diff options
Diffstat (limited to 'sys/arm/include/param.h')
-rw-r--r-- | sys/arm/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h index 3d685e7..bb76c5f 100644 --- a/sys/arm/include/param.h +++ b/sys/arm/include/param.h @@ -62,7 +62,7 @@ #define MACHINE_ARCH "arm" #endif #endif -#define MID_MACHINE MID_ARM6 +#define MID_MACHINE MID_ARM6 #if defined(SMP) || defined(KLD_MODULE) #ifndef MAXCPU @@ -78,7 +78,7 @@ * ALIGNED_POINTER is a boolean macro that checks whether an address * is valid to fetch data elements of type t from on this architecture. * This does not reflect the optimal alignment, just the possibility - * (within reasonable limits). + * (within reasonable limits). */ #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) |