summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-02-23 15:39:24 +0000
committerjhb <jhb@FreeBSD.org>2009-02-23 15:39:24 +0000
commitffd00ec82d4a755e3b6446e81ff6edf721cdf88d (patch)
treeb041b0d840f5b26d36c76f1351b3eaac579a7b0e /sys/i386/isa/npx.c
parentb38fc7d45622ac90ee6c3febbf27a9f4949e4aef (diff)
downloadFreeBSD-src-ffd00ec82d4a755e3b6446e81ff6edf721cdf88d.zip
FreeBSD-src-ffd00ec82d4a755e3b6446e81ff6edf721cdf88d.tar.gz
Some whitespace and style fixes.
Submitted by: bde (partly)
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 29dc2ca..476ef4e 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -167,9 +167,8 @@ static long timezero(const char *funcname,
int hw_float; /* XXX currently just alias for npx_exists */
-SYSCTL_INT(_hw,HW_FLOATINGPT, floatingpoint,
- CTLFLAG_RD, &hw_float, 0,
- "Floatingpoint instructions executed in hardware");
+SYSCTL_INT(_hw, HW_FLOATINGPT, floatingpoint, CTLFLAG_RD,
+ &hw_float, 0, "Floating point instructions executed in hardware");
static volatile u_int npx_intrs_while_probing;
static volatile u_int npx_traps_while_probing;
@@ -812,8 +811,8 @@ npxdna()
pcb->pcb_flags |= PCB_NPXINITDONE;
} else {
/*
- * The following frstor may cause an IRQ13 when the state
- * being restored has a pending error. The error will
+ * The following fpurstor() may cause an IRQ13 when the
+ * state being restored has a pending error. The error will
* appear to have been triggered by the current (npx) user
* instruction even when that instruction is a no-wait
* instruction that should not trigger an error (e.g.,
OpenPOWER on IntegriCloud