diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2007-11-01 23:30:47 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2007-11-01 23:30:47 +0000 |
commit | 8310006f4ec2572e2f4e293e11365f770ef93e2a (patch) | |
tree | 2affa78f2faebef32c89c7b54a151ebafde14d56 /sys/arch/amd64/include/cpu.h | |
parent | 53cea8683bd22a0049823b3815c3a8b7fb3d45ec (diff) |
Remove curproc definition. It is supposed to be in proc.h only.
ok kettenis
Diffstat (limited to 'sys/arch/amd64/include/cpu.h')
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h index 2bf7a3660a4..3c2d109fe9f 100644 --- a/sys/arch/amd64/include/cpu.h +++ b/sys/arch/amd64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.31 2007/05/29 18:53:52 deraadt Exp $ */ +/* $OpenBSD: cpu.h,v 1.32 2007/11/01 23:30:46 mikeb Exp $ */ /* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */ /*- @@ -215,7 +215,6 @@ extern struct cpu_info cpu_info_primary; extern u_int32_t cpus_attached; #define curpcb curcpu()->ci_curpcb -#define curproc curcpu()->ci_curproc /* * Arguments to hardclock, softclock and statclock |