Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.0-rc1 5 lines 126 B view raw
1#include <linux/module.h> 2#include <asm/msr.h> 3 4EXPORT_SYMBOL(native_rdmsr_safe_regs); 5EXPORT_SYMBOL(native_wrmsr_safe_regs);