/*
- * arch/ppc64/kernel/hvCall.S
- *
- *
  * This file contains the code to perform calls to the
  * iSeries LPAR hypervisor
  *
 
        .text
 
-/* 
+/*
  * Hypervisor call
- * 
+ *
  * Invoke the iSeries hypervisor via the System Call instruction
  * Parameters are passed to this routine in registers r3 - r10
- * 
+ *
  * r3 contains the HV function to be called
  * r4-r10 contain the operands to the hypervisor function
  *
        mfcr    r0
        std     r0,-8(r1)
        stdu    r1,-(STACK_FRAME_OVERHEAD+16)(r1)
-       
+
        /* r0 = 0xffffffffffffffff indicates a hypervisor call */
-       
+
        li      r0,-1
-       
+
        /* Invoke the hypervisor */
 
        sc
        mtcrf   0xff,r0
 
        /*  return to caller, return value in r3 */
-       
+
        blr
 
 _GLOBAL(HvCall0Ret16)
        ld      r0,-8(r1)
        mtcrf   0xff,r0
        ld      r31,-16(r1)
-       
-       blr
-
 
+       blr
 
 
 obj-$(CONFIG_PCI)      += pci.o pci_iommu.o iomap.o $(pci-obj-y)
 
-obj-$(CONFIG_PPC_ISERIES) += hvCall.o \
-                            HvLpEvent.o iSeries_proc.o iSeries_htab.o \
+obj-$(CONFIG_PPC_ISERIES) += HvLpEvent.o iSeries_proc.o iSeries_htab.o \
                             iSeries_iommu.o
 
 obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o i8259.o prom_init.o