]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] i386: Use loaddebug macro consistently
authorRoland McGrath <roland@redhat.com>
Sat, 16 Apr 2005 22:24:46 +0000 (15:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:24:46 +0000 (15:24 -0700)
commit5f1fdd71cc8e904ea1b3a42f4473bf1830095ed6
tree071b7c60115a021c3001c10fa43a997aef0b2aaa
parenta6145189b3a444c73e2227263563217257e7c8e2
[PATCH] i386: Use loaddebug macro consistently

This moves the macro loaddebug from asm-i386/suspend.h to
asm-i386/processor.h, which is the place that makes sense for it to be
defined, removes the extra copy of the same macro in
arch/i386/kernel/process.c, and makes arch/i386/kernel/signal.c use the
macro in place of its expansion.

This is a purely cosmetic cleanup for the normal i386 kernel.  However, it
is handy for Xen to be able to just redefine the loaddebug macro once
instead of also changing the signal.c code.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/process.c
arch/i386/kernel/signal.c
include/asm-i386/processor.h
include/asm-i386/suspend.h