]> git.neil.brown.name Git - history.git/commit
[PATCH] 2.5.22: common code changes for s/390.
authorMartin Schwidefsky <martin.schwidefsky@debitel.net>
Tue, 18 Jun 2002 04:16:21 +0000 (21:16 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 18 Jun 2002 04:16:21 +0000 (21:16 -0700)
commitdcfdb40ccbd2277ca4cf24407bb09f3a19d08b0b
tree40170ca413daad35c1e252f9a6977fab91589c86
parentdfbb3f53fad5526e39aee39bf66140fc72d99f33
[PATCH] 2.5.22: common code changes for s/390.

1) Add __s390__ to the list of architectures that use unsigned int as
   type for rautofs_wqt_t. __s390__ is defined for both 31-bit and 64-bit
   linux for s/390. Both architectures are fine with unsigned int since
   sizeof(unsigned int) == sizeof(unsigned long) for 31 bit s/390.
2) Remove early initialization call ccwcache_init(). It doesn't exists
   anymore.
3) Remove special case for irq_stat. We moved the irq_stat structure out
   of the lowcore.
4) Replace acquire_console_sem with down_trylock & return to avoid an
   endless trap loop if console_unblank is called from interrupt context
   and the console semaphore is taken.
include/linux/auto_fs.h
init/main.c
kernel/ksyms.c
kernel/printk.c