summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/param.h
AgeCommit message (Expand)Author
2021-07-19Remove definitions for CACHE_LINE_SIZE and COHERENCY_UNIT which are the samechristos
2020-08-16Define COHERENCY_UNIT and CACHE_LINE_SIZE to fix arm builds.skrll
2019-01-07move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all portsjdolecek
2018-10-18Provide generic start code that assumes the MMU is off and caches areskrll
2016-08-26The 64MB was intended.mlelstv
2013-10-26Use CPP symbols to determine the right MACHINE_ARCHmatt
2013-04-22Add earm MACHINE_ARCH for __ARM_EABI__matt
2012-08-03Adjust ALIGNBYTES32 depending on __ARM_EABI__matt
2012-08-03COMPAT_NETBSD32 support for ARM. Which is strange since ARM is alreadymatt
2012-01-24Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently,christos
2012-01-20Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressionsjoerg
2010-05-06Limit mbuf clusters to 64MB. Forgotten part of the February commit.joerg
2008-08-29Remove non-__ELF__ snippets.matt
2006-08-28- remove unused bdbtofsb.yamt
2005-12-11merge ktrace-lwp.christos
2004-02-14add compat hook in check for zerodev; use this hook to recognizejdolecek
2003-11-11The previous commit had a #endif in the wrong place.scw
2003-11-09Pick the right value for {,_}MACHINE_ARCH according to endianness.scw
2002-02-26Purge CLSIZE, CLSIZELOG2 and MCLOFSET.simonb
2002-02-12* For platforms which are already ELF, remove the definition ofthorpej
2001-08-07Add macros to hide the details of stack-pointer alignment.bjh21
2001-07-14Clarify when/where MACHINE & MACHINE_ARCH are defined. Add defaultmatt
2001-07-13Move user-visible MBUF constant here. Define MAXPHYS. Include DEV_BSIZEmatt
2001-06-23Add a common <arm/param.h>, containing those few things that are obviouslybjh21