[PATCH] x86_64: Convert page fault error codes to symbolic constants.
authorAndi Kleen <ak@suse.de>
Wed, 11 Jan 2006 21:44:09 +0000 (22:44 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:04:53 +0000 (19:04 -0800)
commit66c581569e2cb41231b3fcd91a6c9f853d4d4e25
treeb7e4629b9eeee9850e2ba4be32c2ee3c0afb6959
parentbf2fcc6fdfe4f4e92bb74f062c0a1be189f3a561
[PATCH] x86_64: Convert page fault error codes to symbolic constants.

Much better to deal with these than with the magic numbers.

And remove the comment describing the bits - kernel source
is no replacement for an architecture manual.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/mm/fault.c