1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so that

x86 SMP kernels actually boot again to single user mode.

Pointy hat to:	jhb
Noticed by:	jlemon
This commit is contained in:
John Baldwin 2001-10-30 00:19:42 +00:00
parent 94216379e3
commit d01404c828
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85711
3 changed files with 3 additions and 3 deletions

View File

@ -228,7 +228,7 @@ sw1b:
movl PCB_EIP(%edx),%eax
movl %eax,(%esp)
#if defined(SMP) && defined(GRAP_LOPRIO)
#if defined(SMP) && defined(GRAB_LOPRIO)
/* Hold LOPRIO for interrupts. */
#ifdef CHEAP_TPR
movl $0, lapic+LA_TPR

View File

@ -228,7 +228,7 @@ sw1b:
movl PCB_EIP(%edx),%eax
movl %eax,(%esp)
#if defined(SMP) && defined(GRAP_LOPRIO)
#if defined(SMP) && defined(GRAB_LOPRIO)
/* Hold LOPRIO for interrupts. */
#ifdef CHEAP_TPR
movl $0, lapic+LA_TPR

View File

@ -228,7 +228,7 @@ sw1b:
movl PCB_EIP(%edx),%eax
movl %eax,(%esp)
#if defined(SMP) && defined(GRAP_LOPRIO)
#if defined(SMP) && defined(GRAB_LOPRIO)
/* Hold LOPRIO for interrupts. */
#ifdef CHEAP_TPR
movl $0, lapic+LA_TPR