Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191071
b: refs/heads/master
c: ba7e4d1
h: refs/heads/master
i:
  191069: d7c845e
  191067: c44671f
  191063: b7f6ca0
  191055: 6a4f288
  191039: fc0de9e
v: v3
  • Loading branch information
Ingo Molnar committed Mar 10, 2010
1 parent f581b9a commit 2264c13
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 63fb3f9b2312e131be5a0a2dddb63f2fb123db9b
refs/heads/master: ba7e4d13fc7e25af1d167d40e6f028298dfc55ad
3 changes: 3 additions & 0 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ config X86
select HAVE_ARCH_KMEMCHECK
select HAVE_USER_RETURN_NOTIFIER

config INSTRUCTION_DECODER
def_bool (KPROBES || PERF_EVENTS)

config OUTPUT_FORMAT
string
default "elf32-i386" if X86_32
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lib-y := delay.o
lib-y += thunk_$(BITS).o
lib-y += usercopy_$(BITS).o getuser.o putuser.o
lib-y += memcpy_$(BITS).o
lib-$(CONFIG_KPROBES) += insn.o inat.o
lib-$(CONFIG_INSTRUCTION_DECODER) += insn.o inat.o

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

Expand Down

0 comments on commit 2264c13

Please sign in to comment.