diff options
| author | Andrew R. Reiter <arr@FreeBSD.org> | 2002-02-28 21:52:08 +0000 |
|---|---|---|
| committer | Andrew R. Reiter <arr@FreeBSD.org> | 2002-02-28 21:52:08 +0000 |
| commit | 66c862bc1b1afd644a8aac3fb3543fe9df206fc4 (patch) | |
| tree | 5339b6278f38db4a988b4d87a7dbcd5465a04e2b /sys/i386 | |
| parent | 2f5c2d1e54501be96d176e518ab4f308ad57da48 (diff) | |
Notes
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/i386/trap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index b1561dc84ab9..7f1e607afc13 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -255,7 +255,8 @@ trap(frame) sticks = td->td_kse->ke_sticks; td->td_frame = &frame; -#ifdef DIAGNOSTIC /* see the comment in ast() */ +#ifdef DIAGNOSTIC + /* see the comment in ast() */ if (td->td_ucred != NULL) panic("trap(): thread got a ucred while in userspace"); td->td_ucred = td->td_ucred_cache; |
