diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-04 12:20:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-04 12:20:20 +0000 |
commit | d235cf14f1d08923807a5621cd287db437baacba (patch) | |
tree | d20e3cd8666864dbc71716deb5212899f1d5a842 /sys/arch/m88k/include/m8820x.h | |
parent | 1a6b6052298833348054d8c0369aa3625e92782a (diff) |
Slight cmmu code cleanup; use shorter function names, remove parity_enable
and the DDB and DEBUG helpers which are of questionable usefulness, some
stylistic changes.
Diffstat (limited to 'sys/arch/m88k/include/m8820x.h')
-rw-r--r-- | sys/arch/m88k/include/m8820x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/m8820x.h b/sys/arch/m88k/include/m8820x.h index 8c0adc1e105..2b2421c76e0 100644 --- a/sys/arch/m88k/include/m8820x.h +++ b/sys/arch/m88k/include/m8820x.h @@ -1,4 +1,4 @@ -/* $OpenBSD: m8820x.h,v 1.5 2005/12/02 21:16:45 miod Exp $ */ +/* $OpenBSD: m8820x.h,v 1.6 2005/12/04 12:20:19 miod Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. * @@ -194,7 +194,7 @@ extern u_int cmmu_shift; extern u_int max_cmmus; void m8820x_setup_board_config(void); -cpuid_t m8820x_cmmu_cpu_number(void); +cpuid_t m8820x_cpu_number(void); #endif /* _LOCORE */ #endif /* __M88K_M8820X_H__ */ |