public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* is CONFIG_APUS sufficiently deceased to be removed?
@ 2007-10-24  6:51 Robert P. J. Day
  2007-10-24 11:39 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2007-10-24  6:51 UTC (permalink / raw)
  To: Linux Kernel Mailing List


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

commit e6b6e3ffb9ee8926f9f2f7dc9147df73e27d5828
Author: Adrian Bunk <bunk@kernel.org>
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 <bunk@stusta.de>
    Signed-off-by: Paul Mackerras <paulus@samba.org>
...
commit f21f49ea639ac3f24824177dac1268af75a2d373
Author: David Gibson <david@gibson.dropbear.id.au>
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 <david@gibson.dropbear.id.au>
    Signed-off-by: Paul Mackerras <paulus@samba.org>
...

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
========================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-24 12:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24  6:51 is CONFIG_APUS sufficiently deceased to be removed? Robert P. J. Day
2007-10-24 11:39 ` Adrian Bunk
2007-10-24 12:08   ` Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox