Skip to content
#

linux-insides

Here are 5 public repositories matching this topic...

PinoTsao
PinoTsao commented Jun 21, 2019

Probably need rework. The current description bases on its definition in the arch/x86/boot/boot.h, while is not belonged to vmlinux, it is belonged to ZO image, which is produced under arch/x86/boot.

The real definition locates include/linux/build_bug.h

#define BUILD_BUG_ON(condition) \
	BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)

extend it along, will see it is a

Improve this page

Add a description, image, and links to the linux-insides topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linux-insides topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.