mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 20:46:50 +07:00
0d0935b367
Now that we have 4xx platform directory we can move the 4xx machine check handler in there. Again we drop get_mc_reason() and replace it with regs->dsisr directly (which is actually SPRN_ESR). Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
9 lines
276 B
Makefile
9 lines
276 B
Makefile
obj-y += uic.o machine_check.o
|
|
obj-$(CONFIG_PPC4xx_OCM) += ocm.o
|
|
obj-$(CONFIG_4xx_SOC) += soc.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_PPC4xx_HSTA_MSI) += hsta_msi.o
|
|
obj-$(CONFIG_PPC4xx_MSI) += msi.o
|
|
obj-$(CONFIG_PPC4xx_CPM) += cpm.o
|
|
obj-$(CONFIG_PPC4xx_GPIO) += gpio.o
|