*groan*. I can't win today. Fix manual transcription error so that the

PAE ifdef is correct.

Pointy hat assigned by:  kan
This commit is contained in:
Peter Wemm 2003-06-27 22:20:18 +00:00
parent 48eceb6213
commit 813b1b3df7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116929

View file

@ -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