]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] fix voyager subarchitecture EXPORT_SYMBOL breakage caused by i386_ksym reduction
authorJames Bottomley <James.Bottomley@SteelEye.com>
Wed, 13 Jul 2005 13:38:05 +0000 (09:38 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 13 Jul 2005 18:07:54 +0000 (11:07 -0700)
commit153f805781d35c91ab2f54aa2b8930cc4cfc7e89
tree90bb6279bec053f942aed60ecfb0580c79b0e422
parentc327ff6250fb558659ad689fe33f50524eda74e3
[PATCH] fix voyager subarchitecture EXPORT_SYMBOL breakage caused by i386_ksym reduction

This patch:

[PATCH] Remove i386_ksyms.c, almost

made files like smp.c do their own EXPORT_SYMBOLS.  This means that all
subarchitectures that override these symbols now have to do the exports
themselves.  This patch adds the exports for voyager (which is the most
affected since it has a separate smp harness).  However, someone should
audit all the other subarchitectures to see if any others got broken.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/mach-voyager/voyager_basic.c
arch/i386/mach-voyager/voyager_smp.c