commit | 66c581569e2cb41231b3fcd91a6c9f853d4d4e25 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Jan 11 22:44:09 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 19:04:53 2006 -0800 |
tree | b7e4629b9eeee9850e2ba4be32c2ee3c0afb6959 | |
parent | bf2fcc6fdfe4f4e92bb74f062c0a1be189f3a561 [diff] |
[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>