diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 03:04:17 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 03:04:17 +0000 |
commit | 9f5ab21dd6d83943475eff08f950c17219786400 (patch) | |
tree | 63951b4a4b528af55935aac5c08cad269d8a57c9 | |
parent | a6094c2cb4490862432119fadbc4d243055d02a6 (diff) |
tab/whitespace cleanup.
-rw-r--r-- | sys/arch/powerpc/include/intr.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h index b1e60ba000f..eb01f4de93e 100644 --- a/sys/arch/powerpc/include/intr.h +++ b/sys/arch/powerpc/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.24 2003/10/19 21:57:35 drahn Exp $ */ +/* $OpenBSD: intr.h,v 1.25 2003/10/31 03:04:16 drahn Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA. @@ -43,7 +43,7 @@ #define IPL_IMP 4 #define IPL_CLOCK 5 #define IPL_HIGH 6 -#define IPL_NUM 7 +#define IPL_NUM 7 #define IST_NONE 0 #define IST_PULSE 1 @@ -172,6 +172,4 @@ extern struct intrhand ppc_configed_intr[MAX_PRECONF_INTR]; void softnet(int isr); #endif /* _LOCORE */ - - #endif /* _POWERPC_INTR_H_ */ |