]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] x86_64: Fix compile error with !CONFIG_COMPAT
authorAndi Kleen <ak@suse.de>
Wed, 11 Jan 2006 21:45:12 +0000 (22:45 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:04:57 +0000 (19:04 -0800)
commit3c0217511313a46039137d2dab30fdb1c5a65e64
tree93ffd029cbe81c37daff0bb38e73e98e22026f88
parentb9d1e4bd6e44f2a75340226eb5f762e16bb4652f
[PATCH] x86_64: Fix compile error with !CONFIG_COMPAT

cpumask.h wasn't included implicitely into proto.h in this case.
Just move it over to smp.h

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-x86_64/proto.h
include/asm-x86_64/smp.h