07 Oct, 2005

20 commits


06 Oct, 2005

9 commits


05 Oct, 2005

11 commits

  • Just enables some extra printk's, but still.. Only the sysadmin should
    be able to do that.

    Signed-off-by: Linus Torvalds

    Dave Jones
     
  • Older Macs which uses the VIA chip timers to calibrate the timebase used
    some code that wouldn't work if HZ wasn't divisible by 100...

    This fixes it at least for 250. Not totally perfect but should be
    enough for now (so it at least works with the default value which is now
    250).

    There is still a potential issue with the core using CLOCK_TICK_RATE to
    maintain xtime and CLOCK_TICK_RATE value on ppc32 is pure crap, but that
    is a different problem, this patch at least brings us back to our
    previous situation.

    Signed-off-by: Benjamin Herrenschmidt
    Signed-off-by: Linus Torvalds

    Benjamin Herrenschmidt
     
  • If we switch extern inline to static inline, we'd better switch the
    pre-declarations we use to say that these puppies have
    __attribute_const__ on them.

    Otherwise we get extern declaration followed by static inline one.
    Which makes gcc unhappy, and for a good reason...

    Signed-off-by: Al Viro
    Signed-off-by: David S. Miller
    Signed-off-by: Linus Torvalds

    Al Viro
     
  • Fix implicit nocast warnings in xfrm code:
    net/xfrm/xfrm_policy.c:232:47: warning: implicit cast to nocast type

    Signed-off-by: Randy Dunlap
    Signed-off-by: David S. Miller

    Randy Dunlap
     
  • Fix nocast sparse warnings:
    include/linux/textsearch.h:165:57: warning: implicit cast to nocast type

    Signed-off-by: Randy Dunlap
    Signed-off-by: David S. Miller

    Randy Dunlap
     
  • Fix nocast sparse warnings:
    net/rxrpc/call.c:2013:25: warning: implicit cast to nocast type
    net/rxrpc/connection.c:538:46: warning: implicit cast to nocast type
    net/sunrpc/sched.c:730:36: warning: implicit cast to nocast type
    net/sunrpc/sched.c:734:56: warning: implicit cast to nocast type

    Signed-off-by: Randy Dunlap
    Signed-off-by: David S. Miller

    Randy Dunlap
     
  • Fix implicit nocast warnings in net/key code:
    net/key/af_key.c:195:27: warning: implicit cast to nocast type
    net/key/af_key.c:1439:28: warning: implicit cast to nocast type

    Signed-off-by: Randy Dunlap
    Signed-off-by: David S. Miller

    Randy Dunlap
     
  • Fix implicit nocast warnings in nfnetlink code:
    net/netfilter/nfnetlink.c:204:43: warning: implicit cast to nocast type

    Signed-off-by: Randy Dunlap
    Signed-off-by: David S. Miller

    Randy Dunlap
     
  • From: Randy Dunlap

    Fix implicit nocast warnings in ip_vs code:
    net/ipv4/ipvs/ip_vs_app.c:631:54: warning: implicit cast to nocast type

    Signed-off-by: Randy Dunlap
    Signed-off-by: David S. Miller

    Randy Dunlap
     
  • Fix implicit nocast warnings in decnet code:
    net/decnet/af_decnet.c:458:40: warning: implicit cast to nocast type
    net/decnet/dn_nsp_out.c:125:35: warning: implicit cast to nocast type
    net/decnet/dn_nsp_out.c:219:29: warning: implicit cast to nocast type

    Signed-off-by: Randy Dunlap
    Signed-off-by: David S. Miller

    Randy Dunlap
     
  • Fix implicit nocast warnings in connector code:
    drivers/connector/connector.c:102:24: warning: implicit cast to nocast type
    drivers/connector/connector.c:114:45: warning: implicit cast to nocast type

    Signed-off-by: Randy Dunlap
    Signed-off-by: David S. Miller

    Randy Dunlap