History log of /netbsd/sys/arch/hpcarm/include/param.h (Results 1 – 5 of 5)
Revision Date Author Comments
# cd98cbf7 12-Feb-2002 thorpej <thorpej@NetBSD.org>

* For platforms which are already ELF, remove the definition of
MACHINE_ARCH since <arm/param.h> already sets it correctly to "arm".
* For platforms which are not yet ELF, defined MACHINE_ARCH to "

* For platforms which are already ELF, remove the definition of
MACHINE_ARCH since <arm/param.h> already sets it correctly to "arm".
* For platforms which are not yet ELF, defined MACHINE_ARCH to "arm32"
if __ELF__ is not defined by the C preprocessor.
* In <arm/param.h>, clarify the rules about when MACHINE and
MACHINE_ARCH are defined, and to what. Also, for ELF platforms,
int the non-_KERNEL case, force both MACHINE and MACHINE_ARCH to "arm",
rather than allowing platform-specifc code to define either.

show more ...


# 93c0e77b 04-Mar-2001 matt <matt@NetBSD.org>

Only define MACHINE & MACHINE_ARCH in port-dependent param.h.
Everything else (since it's common) is from <arm/arm32/param.h>


# 7127877c 26-Feb-2001 reinoud <reinoud@NetBSD.org>

Putting param.h back into hpcarm's include


# c1f753f9 23-Feb-2001 reinoud <reinoud@NetBSD.org>

Big patch for merging common include files of the new hpcarm tree and the old arm32
tree into the new arm substree. All moved files are relinked with a stub that included
the file from the new locati

Big patch for merging common include files of the new hpcarm tree and the old arm32
tree into the new arm substree. All moved files are relinked with a stub that included
the file from the new location; this might be done better later.

show more ...


# c98cd6c0 23-Feb-2001 ichiro <ichiro@NetBSD.org>

hpcarm:
kernel for StrongARM-based WinCE PDA machine.