04 Oct, 2007

1 commit

  • At some point way back when (2.5 or so) quite a few syscalls hadn't
    yet been wired up as cond_syscalls(), so we opted to just do direct
    sys_ni_syscall wrapping in the assembly code instead. That's all
    been fixed up since then, so we can drop the wrapping.

    Signed-off-by: Paul Mundt

    Paul Mundt
     

03 Oct, 2007

3 commits

  • kgdb had its own ranged I-cache flushing routine that attempted to
    duplicate the flush_icache_range() functionality, but managed to do
    an explicit D-cache writeback & invalidate twice on SH-4. This is
    a no-op for SH-3, and the flush_icache_range() semantics already do
    what kgdb was feebly attempting to do already, so just move over to
    that and kill off the wrapper.

    Signed-off-by: Paul Mundt

    Paul Mundt
     
  • The kgdb console setup was callable from a left-over deferred
    initialization path, which in turn depends on __init symbols. Since
    the deferred initialization was removed some time ago, kill off the
    rest of those remnants and move kgdb_init() and friends to __init.

    Signed-off-by: Paul Mundt

    Paul Mundt
     
  • Signed-off-by: Thomas Gleixner
    Signed-off-by: Andrew Morton
    Signed-off-by: Paul Mundt

    Thomas Gleixner
     

02 Oct, 2007

1 commit

  • setup_early_printk() can be static, and with that, we can kill off
    the early initialization variable and move the CON_BOOT check in
    to the function body.

    Signed-off-by: Paul Mundt

    Paul Mundt
     

01 Oct, 2007

1 commit


28 Sep, 2007

5 commits


27 Sep, 2007

9 commits


24 Sep, 2007

5 commits


21 Sep, 2007

15 commits