commit | 48496e349554f3704fd1cdf16f389e0615956909 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Sep 12 18:49:24 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Sep 12 10:50:55 2005 -0700 |
tree | 90757266ec81fd4839f6d60853c3190cc5ceb496 | |
parent | b8f68e9ffaf5e7c9c463ecd2598cc33f8e6df75e [diff] |
[PATCH] x86-64: Fix (harmless) typo in head.S early level2 page table The global bit was not set in the first 2MB page, instead it had a bit in the free AVL section which is useless. Fixed thus. Noticed by Eric Biederman Cc: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>