bpfc-libs = bpfc-objs = xmalloc.o \ str.o \ bpf.o \ bpf_lexer.yy.o \ bpf_parser.tab.o \ die.o \ sysctl.o \ bpfc.o bpfc-lex = bpf_lexer.yy.o bpfc-yaac = bpf_parser.tab.o bpfc-eflags = -I.. bpfc-confs = bpfc_clean_custom: $(Q)$(call RM,$(BUILD_DIR)/*.h $(BUILD_DIR)/*.c) inux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Valiullin <rvaliullin@vmware.com>2016-10-13 11:45:39 -0700
committerThomas Gleixner <tglx@linutronix.de>2016-10-19 17:36:33 +0200
commit854dd54245f7f1b1175b1bada613929396a571be (patch)
tree2c5ee263258963a95a2e26b13183d3bb043edd3f
parent1a1891d762d6e64daf07b5be4817e3fbb29e3c59 (diff)
x86/vmware: Skip timer_irq_works() check on VMware
The timer_irq_works() boot check may sometimes fail in a VM, when the Host is overcommitted or when the Guest is running nested. Since the intended check is unnecessary on VMware's virtual hardware, by-pass it. Signed-off-by: Renat Valiullin <rvaliullin@vmware.com> Acked-by: Alok N Kataria <akataria@vmware.com> Cc: virtualization@lists.linux-foundation.org Link: http://lkml.kernel.org/r/20161013184539.GA11497@rvaliullin-vm Signed-off-by: Thomas Gleixner <tglx@linutronix.de>