From 813b1b3df76d05cdae0d49457ff13f630fadffab Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 27 Jun 2003 22:20:18 +0000 Subject: [PATCH] *groan*. I can't win today. Fix manual transcription error so that the PAE ifdef is correct. Pointy hat assigned by: kan --- sys/i386/i386/swtch.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/i386/swtch.s b/sys/i386/i386/swtch.s index d97e0440dadc..8443b6e517fd 100644 --- a/sys/i386/i386/swtch.s +++ b/sys/i386/i386/swtch.s @@ -169,7 +169,7 @@ ENTRY(cpu_switch) cmpl $0,lazy_flush_enable je 1f #ifdef PAE - cmpl %eax,IdlePTD /* Kernel address space? */ + cmpl %eax,IdlePDPT /* Kernel address space? */ #else cmpl %eax,IdlePTD /* Kernel address space? */ #endif