summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/param.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-10-01 06:34:21 +0000
committerjake <jake@FreeBSD.org>2002-10-01 06:34:21 +0000
commit85e12cff3b67d0264814b00c269cdae05b684f62 (patch)
treedc7249bcb3382542da65d8b0c6a3074df3faaeec /sys/sparc64/include/param.h
parent8eea3890ecf428231f563c41685e108a79ba0fdb (diff)
downloadFreeBSD-src-85e12cff3b67d0264814b00c269cdae05b684f62.zip
FreeBSD-src-85e12cff3b67d0264814b00c269cdae05b684f62.tar.gz
Get rid of the TODO macro in the few places that still need work; either
comment it out or change to explicit panics. It conflicts with things like #if TODO in drivers.
Diffstat (limited to 'sys/sparc64/include/param.h')
-rw-r--r--sys/sparc64/include/param.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h
index 8b7cb39..94a6ef8 100644
--- a/sys/sparc64/include/param.h
+++ b/sys/sparc64/include/param.h
@@ -34,9 +34,6 @@
* Machine dependent constants for sparc64.
*/
-#define TODO \
- panic("implement %s", __func__)
-
/*
* Round p (pointer or byte index) up to a correctly-aligned value
* for all data types (int, long, ...). The result is unsigned int
OpenPOWER on IntegriCloud