xenbus: don't BUG() on user mode induced condition
[deliverable/linux.git] / arch / mips / netlogic / Platform
CommitLineData
bf45e583
RB
1#
2# NETLOGIC includes
3#
faabeb9e
J
4cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/mach-netlogic
5cflags-$(CONFIG_NLM_COMMON) += -I$(srctree)/arch/mips/include/asm/netlogic
bf45e583 6
39ad5680
J
7#
8# use mips64 if xlr is not available
9#
c3c8cfb9 10cflags-$(CONFIG_CPU_XLR) += $(call cc-option,-march=xlr,-march=mips64)
1c773ea4 11cflags-$(CONFIG_CPU_XLP) += $(call cc-option,-march=xlp,-march=mips64r2)
39ad5680 12
bf45e583 13#
faabeb9e 14# NETLOGIC processor support
bf45e583 15#
70342287
RB
16platform-$(CONFIG_NLM_COMMON) += netlogic/
17load-$(CONFIG_NLM_COMMON) += 0xffffffff80100000
This page took 0.557508 seconds and 5 git commands to generate.