Commit acdbec1b authored by Stephen Rothwell's avatar Stephen Rothwell

powerpc: Move HvLpConfig.c to powerpc arch

Also rename it to hvlpconfig.c
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent ba0dd617
obj-$(CONFIG_PPC_ISERIES) += hvcall.o
obj-$(CONFIG_PPC_ISERIES) += hvcall.o hvlpconfig.o
/*
* HvLpConfig.c
* Copyright (C) 2001 Kyle A. Lucke, IBM Corporation
*
* This program is free software; you can redistribute it and/or modify
......
......@@ -22,7 +22,7 @@ pci-obj-$(CONFIG_PPC_MULTIPLATFORM) += pci_dn.o pci_direct_iommu.o
obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y)
obj-$(CONFIG_PPC_ISERIES) += HvLpConfig.o LparData.o \
obj-$(CONFIG_PPC_ISERIES) += LparData.o \
iSeries_setup.o ItLpQueue.o hvCall.o \
mf.o HvLpEvent.o iSeries_proc.o iSeries_htab.o \
iSeries_iommu.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment