]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86-64: Fix (harmless) typo in head.S early level2 page table
authorAndi Kleen <ak@suse.de>
Mon, 12 Sep 2005 16:49:24 +0000 (18:49 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 12 Sep 2005 17:50:55 +0000 (10:50 -0700)
commitd9aaa3af4b5b92b80ffb0f3a559bff15109f015a
tree90757266ec81fd4839f6d60853c3190cc5ceb496
parent4a8fa4f875bf237100d0c208da76340d42e69b5a
[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>
arch/x86_64/kernel/head.S