Browse Source

powerpc: move ItLpQueue.c to powerpc/platforms/iseries

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Stephen Rothwell 19 years ago
parent
commit
2952bc7c89

+ 1 - 1
arch/powerpc/platforms/iseries/Makefile

@@ -1 +1 @@
-obj-y += hvcall.o hvlpconfig.o lpardata.o setup.o mf.o
+obj-y += hvcall.o hvlpconfig.o lpardata.o setup.o mf.o lpevents.o

+ 0 - 1
arch/ppc64/kernel/ItLpQueue.c → arch/powerpc/platforms/iseries/lpevents.c

@@ -1,5 +1,4 @@
 /*
 /*
- * ItLpQueue.c
  * Copyright (C) 2001 Mike Corrigan  IBM Corporation
  * Copyright (C) 2001 Mike Corrigan  IBM Corporation
  *
  *
  * This program is free software; you can redistribute it and/or modify
  * This program is free software; you can redistribute it and/or modify

+ 1 - 1
arch/ppc64/kernel/Makefile

@@ -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_PCI)	+= pci.o pci_iommu.o iomap.o $(pci-obj-y)
 
 
-obj-$(CONFIG_PPC_ISERIES) += ItLpQueue.o hvCall.o \
+obj-$(CONFIG_PPC_ISERIES) += hvCall.o \
 			     HvLpEvent.o iSeries_proc.o iSeries_htab.o \
 			     HvLpEvent.o iSeries_proc.o iSeries_htab.o \
 			     iSeries_iommu.o
 			     iSeries_iommu.o