diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-07-05 16:55:50 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-07-05 16:55:50 +0000 |
| commit | 0b848380bb7ca163535c2003a15cc5b409bb248b (patch) | |
| tree | 619681a9a9008693160107409bd40108661b185a | |
| parent | 01a0ec6ced99a7e59e6e9c7424cadef3935d83e5 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/trap.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/alpha/alpha/trap.c b/sys/alpha/alpha/trap.c index fe1520447c04..f2154f77d872 100644 --- a/sys/alpha/alpha/trap.c +++ b/sys/alpha/alpha/trap.c @@ -278,7 +278,10 @@ trap(a0, a1, a2, entry, framep) critical_exit(s); #endif + /* GIANT_REQUIRED; + * Giant hasn't been acquired yet. + */ cnt.v_trap++; ucode = 0; @@ -353,8 +356,7 @@ trap(a0, a1, a2, entry, framep) case ALPHA_KENTRY_IF: /* - * These are always fatal in kernel, and should never - * happen. + * These are always fatal in kernel, and should never happen. */ if (!user) { #ifdef DDB |
