diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-02-06 15:30:50 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-02-06 15:30:50 +0000 |
| commit | e9a697bf20ccbb2a19f6ad01fa3e0c14e0390847 (patch) | |
| tree | a996e291a47fe65505ba4674494cc1ef9b08c3a3 /sys/arm/include | |
| parent | 06fd19b5349a1ff27ef338619fdade596986fc2f (diff) | |
Diffstat (limited to 'sys/arm/include')
| -rw-r--r-- | sys/arm/include/param.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h index fa9737608038..8e6f7b1d9bd6 100644 --- a/sys/arm/include/param.h +++ b/sys/arm/include/param.h @@ -47,7 +47,6 @@ #include <sys/_align.h> #define STACKALIGNBYTES (8 - 1) -#define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) #ifndef MACHINE #define MACHINE "arm" |
