Kyle McMartin wrote: > diff --git a/arch/parisc/kernel/hpmc.S b/arch/parisc/kernel/hpmc.S > index 2cbf13b..5595a2f 100644 > --- a/arch/parisc/kernel/hpmc.S > +++ b/arch/parisc/kernel/hpmc.S > @@ -80,6 +80,7 @@ END(hpmc_pim_data) > > .import intr_save, code > ENTRY(os_hpmc) > +.os_hpmc: ENTRY(os_hpmc) already expands to os_hpmc: so you could > + .word .os_hpmc_end-.os_hpmc change this to .word .os_hpmc_end-os_hpmc and drop the local label ".os_hpmc" Helge -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html