BUG() function
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#define BUG() do { \
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
__asm__ __volatile__(".byte 0x0f,0x0b"); \
} while (0)
what this(0x0f,0x0b) mean in BUG() function?
__asm__ __volatile__(".byte 0x0f,0x0b");
thank a lot .
[Index of Archives]
[Newbies FAQ]
[Linux Kernel Mentors]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]