]> git.neil.brown.name Git - history.git/commit
[PATCH] alpha: misc fixes [9/10]
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Sat, 10 Aug 2002 09:03:21 +0000 (02:03 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 10 Aug 2002 09:03:21 +0000 (02:03 -0700)
commit93be99e7d181d4472e2cba4d7e26f72cfaee7c23
tree04f8bfa0738f09487a43e2d8524273d3da254124
parent74b4e814033ca2ccb2fac84b18dd89e3dac10a21
[PATCH] alpha: misc fixes [9/10]

Set of small fixes:
- pcibios_init() must be int;
- fls() - ctlz on ev67, generic on others. This was required for
  something several kernel releases back, now it seems to be unused.
  Anyway, it shouldn't hurt, so included here.
- missing #includes, missing #if RTC_IRQ in drivers/char/rtc.c;
- define USER_HZ;
From Jeff Wiedemeier:
- rename alpha-specific config section 'General setup' to 'System setup'
  to avoid confusion with generic 'General setup';
- fix the 'bootpfile' build.
arch/alpha/boot/Makefile
arch/alpha/config.in
arch/alpha/kernel/pci.c
arch/alpha/kernel/signal.c
drivers/char/rtc.c
include/asm-alpha/bitops.h
include/asm-alpha/param.h
include/asm-alpha/pgalloc.h