mirror of
https://github.com/torvalds/linux.git
synced 2026-06-21 21:53:24 +02:00
It is easy to mis-maintain the proc_types table such that the entries become wrongly-sized and misaligned when the kernel is built in Thumb-2. This patch adds an assembly-time check which will turn most common size/alignment mistakes in this table into build failures, to avoid having to debug the boot-time kernel hang which would happen if the resulting kernel were actually booted. Signed-off-by: Dave Martin <dave.martin@linaro.org> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| big-endian.S | ||
| decompress.c | ||
| head-sa1100.S | ||
| head-shark.S | ||
| head-sharpsl.S | ||
| head-shmobile.S | ||
| head-vt8500.S | ||
| head-xscale.S | ||
| head.S | ||
| ll_char_wr.S | ||
| Makefile | ||
| misc.c | ||
| mmcif-sh7372.c | ||
| ofw-shark.c | ||
| piggy.gzip.S | ||
| piggy.lzma.S | ||
| piggy.lzo.S | ||
| vmlinux.lds.in | ||