summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-12-07 17:24:55 +0000
committerkib <kib@FreeBSD.org>2015-12-07 17:24:55 +0000
commitfcdb3dc23ff42f7da3b037b6eceb3a3b6f80d722 (patch)
treef8cf4be2b591ae6098ea6790de3d3331fcebf5b9 /sys/amd64
parent270547c9dbd75994ba9efcb8c38612bb0930f66d (diff)
downloadFreeBSD-src-fcdb3dc23ff42f7da3b037b6eceb3a3b6f80d722.zip
FreeBSD-src-fcdb3dc23ff42f7da3b037b6eceb3a3b6f80d722.tar.gz
Use ANSI C definition.
MFC after: 1 week
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index ee10dd5..db1b77a 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -798,12 +798,7 @@ struct soft_segment_descriptor gdt_segs[] = {
};
void
-setidt(idx, func, typ, dpl, ist)
- int idx;
- inthand_t *func;
- int typ;
- int dpl;
- int ist;
+setidt(int idx, inthand_t *func, int typ, int dpl, int ist)
{
struct gate_descriptor *ip;
OpenPOWER on IntegriCloud