summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorarr <arr@FreeBSD.org>2002-02-28 21:52:08 +0000
committerarr <arr@FreeBSD.org>2002-02-28 21:52:08 +0000
commited36876e15b500cb1ed5953ff5cd0dd441ecec55 (patch)
tree5339b6278f38db4a988b4d87a7dbcd5465a04e2b /sys/alpha
parent860f4ebf698c37aa468f7ef35338490c6271a98b (diff)
downloadFreeBSD-src-ed36876e15b500cb1ed5953ff5cd0dd441ecec55.zip
FreeBSD-src-ed36876e15b500cb1ed5953ff5cd0dd441ecec55.tar.gz
- Move a comment from being on the same line as a #ifdef to the line
following it. This should have gone in the previous commit, but misviewed Bruce's patch. Requested by: bde
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/trap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/alpha/trap.c b/sys/alpha/alpha/trap.c
index af9be44..a09c91b 100644
--- a/sys/alpha/alpha/trap.c
+++ b/sys/alpha/alpha/trap.c
@@ -297,7 +297,8 @@ trap(a0, a1, a2, entry, framep)
if (user) {
sticks = td->td_kse->ke_sticks;
td->td_frame = framep;
-#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;
OpenPOWER on IntegriCloud