mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 00:05:24 +00:00
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
|