since a couple relatively recent commits show support for APUS being
ripped out of powerpc:

commit e6b6e3ffb9ee8926f9f2f7dc9147df73e27d5828
Author: Adrian Bunk <[EMAIL PROTECTED]>
Date:   Mon Aug 27 23:29:53 2007 +0200

    [POWERPC] Remove APUS support from arch/ppc

    Current status of APUS:
    - arch/powerpc/: removed in 2.6.23
    - arch/ppc/: marked BROKEN since 2 years

    This therefore removes the remaining parts of APUS support from
    arch/ppc, include/asm-ppc, arch/powerpc and include/asm-powerpc.

    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
...
commit f21f49ea639ac3f24824177dac1268af75a2d373
Author: David Gibson <[EMAIL PROTECTED]>
Date:   Wed Jun 13 14:52:54 2007 +1000

    [POWERPC] Remove the dregs of APUS support from arch/powerpc

    APUS (the Amiga Power-Up System) is not supported under arch/powerpc
    and it's unlikely it ever will be.  Therefore, this patch removes the
    fragments of APUS support code from arch/powerpc which have been
    copied from arch/ppc.

    A few APUS references are left in asm-powerpc in .h files which are
    still used from arch/ppc.

    Signed-off-by: David Gibson <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
...

is it safe to assume that references to that non-existent Kconfig
variable can be tossed?

drivers/ide/ide-probe.c:#if defined(__mc68000__) || defined(CONFIG_APUS)
drivers/ide/ide-probe.c:#endif /* __mc68000__ || CONFIG_APUS */
drivers/ide/ide-probe.c:#if !defined(__mc68000__) && !defined(CONFIG_APUS)
drivers/ide/ide-probe.c:#endif /* __mc68000__ && CONFIG_APUS */
drivers/isdn/hisax/avm_pci.c:#ifdef CONFIG_APUS
drivers/isdn/hisax/avm_pci.c:#endif /* CONFIG_APUS */
drivers/isdn/hisax/avm_pci.c:#ifdef CONFIG_APUS
drivers/isdn/hisax/avm_pci.c:#endif /* CONFIG_APUS */
drivers/video/console/fbcon.c:#if defined(__mc68000__) || defined(CONFIG_APUS)
drivers/video/console/fonts.c:#if defined(__mc68000__) || defined(CONFIG_APUS)
drivers/video/console/fonts.c:#if defined(__mc68000__) || defined(CONFIG_APUS)
drivers/scsi/oktagon_esp.c:#if defined(CONFIG_AMIGA) || defined(CONFIG_APUS)
drivers/scsi/oktagon_io.S:#ifdef CONFIG_APUS
sound/oss/dmasound/dmasound_paula.c:#ifdef CONFIG_APUS    [well, i'd ignore 
this one]

  and i'm guessing this can be nullified as well, yes?  no?

arch/m68k/amiga/chipram.c:#ifndef CONFIG_APUS_FAST_EXCEPT

rday
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to