diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2022-06-26 07:14:56 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2022-06-26 07:14:56 +0000 |
commit | e17104d2db52f58b665e334bbf62374180c70641 (patch) | |
tree | 72f489d31854ce3a2de0a4d83d1febd5be44059d | |
parent | 7f62fea29967443132bf58e48cb91e0db775fd05 (diff) |
Delete trailing whitespace. No code change.
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h index 0bf6cc41900..be594e3d97f 100644 --- a/sys/arch/amd64/include/cpu.h +++ b/sys/arch/amd64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.142 2022/04/26 08:35:30 claudio Exp $ */ +/* $OpenBSD: cpu.h,v 1.143 2022/06/26 07:14:55 mlarkin Exp $ */ /* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */ /*- @@ -221,8 +221,8 @@ struct cpu_info { }; #define CPUF_BSP 0x0001 /* CPU is the original BSP */ -#define CPUF_AP 0x0002 /* CPU is an AP */ -#define CPUF_SP 0x0004 /* CPU is only processor */ +#define CPUF_AP 0x0002 /* CPU is an AP */ +#define CPUF_SP 0x0004 /* CPU is only processor */ #define CPUF_PRIMARY 0x0008 /* CPU is active primary processor */ #define CPUF_IDENTIFY 0x0010 /* CPU may now identify */ @@ -256,7 +256,7 @@ extern struct cpu_info *cpu_info_list; #define CPU_INFO_UNIT(ci) ((ci)->ci_dev ? (ci)->ci_dev->dv_unit : 0) -/* +/* * Preempt the current process if in interrupt from user mode, * or after the current trap/syscall if in system mode. */ @@ -452,7 +452,7 @@ void mp_setperf_init(void); #endif /* _KERNEL */ -/* +/* * CTL_MACHDEP definitions. */ #define CPU_CONSDEV 1 /* dev_t: console terminal device */ |