Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158707
b: refs/heads/master
c: b19ae39
h: refs/heads/master
i:
  158705: 826013e
  158703: 371c562
v: v3
  • Loading branch information
H. Peter Anvin committed Sep 4, 2009
1 parent 0e528e9 commit 033572f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d96b9ff748b5f57d6f1d6d21209f5745245aadc
refs/heads/master: b19ae3999891cad21a3995c34d313dda5df014e2
3 changes: 2 additions & 1 deletion trunk/arch/x86/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ lib-y := delay.o
lib-y += thunk_$(BITS).o
lib-y += usercopy_$(BITS).o getuser.o putuser.o
lib-y += memcpy_$(BITS).o
lib-y += msr-reg.o

obj-y += msr-reg.o msr-reg-export.o

ifeq ($(CONFIG_X86_32),y)
obj-y += atomic64_32.o
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/x86/lib/msr-reg-export.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include <linux/module.h>
#include <asm/msr.h>

EXPORT_SYMBOL(native_rdmsr_safe_regs);
EXPORT_SYMBOL(native_wrmsr_safe_regs);

0 comments on commit 033572f

Please sign in to comment.