summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-11-08 04:39:22 +0000
committerpeter <peter@FreeBSD.org>2003-11-08 04:39:22 +0000
commit2edc2f597be63a2eb136a348878d48d05cd9fb11 (patch)
tree45ad8329bd70090e465c39cf91e563876cb035c7 /sys/amd64/include/pcb.h
parentc32b37e0ed347935853a6f7eb1b28051e1208c4a (diff)
downloadFreeBSD-src-2edc2f597be63a2eb136a348878d48d05cd9fb11.zip
FreeBSD-src-2edc2f597be63a2eb136a348878d48d05cd9fb11.tar.gz
Update the graffiti.
Diffstat (limited to 'sys/amd64/include/pcb.h')
-rw-r--r--sys/amd64/include/pcb.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 9e638e4..1d909cd 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2003 Peter Wemm.
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
@@ -37,8 +38,8 @@
* $FreeBSD$
*/
-#ifndef _I386_PCB_H_
-#define _I386_PCB_H_
+#ifndef _AMD64_PCB_H_
+#define _AMD64_PCB_H_
/*
* AMD64 process control block
@@ -76,4 +77,4 @@ struct pcb {
void savectx(struct pcb *);
#endif
-#endif /* _I386_PCB_H_ */
+#endif /* _AMD64_PCB_H_ */
OpenPOWER on IntegriCloud