Skip to content

Commit

Permalink
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git…
Browse files Browse the repository at this point in the history
…/paulus/powerpc

* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
  [POWERPC] PS3: Fix bug where the major version part is not compared
  [POWERPC] Update defconfigs
  [POWERPC] spufs: Don't call spu_run_init from spu_reacquire_runnable
  [POWERPC] spufs: Fix update of mailbox status register during backed wbox write
  [POWERPC] spu_manage: fix spu_unit_number for celleb device tree
  [POWERPC] Update defconfigs
  [POWERPC] Flush registers to proper task context
  • Loading branch information
Linus Torvalds committed Aug 30, 2007
2 parents b5f281a + fc43dca commit a1c582d
Show file tree
Hide file tree
Showing 36 changed files with 2,846 additions and 4,275 deletions.
196 changes: 54 additions & 142 deletions arch/powerpc/configs/celleb_defconfig

Large diffs are not rendered by default.

220 changes: 64 additions & 156 deletions arch/powerpc/configs/chrp32_defconfig

Large diffs are not rendered by default.

190 changes: 48 additions & 142 deletions arch/powerpc/configs/ebony_defconfig

Large diffs are not rendered by default.

208 changes: 66 additions & 142 deletions arch/powerpc/configs/g5_defconfig

Large diffs are not rendered by default.

203 changes: 58 additions & 145 deletions arch/powerpc/configs/holly_defconfig

Large diffs are not rendered by default.

210 changes: 54 additions & 156 deletions arch/powerpc/configs/iseries_defconfig

Large diffs are not rendered by default.

219 changes: 68 additions & 151 deletions arch/powerpc/configs/linkstation_defconfig

Large diffs are not rendered by default.

191 changes: 53 additions & 138 deletions arch/powerpc/configs/lite5200_defconfig

Large diffs are not rendered by default.

189 changes: 52 additions & 137 deletions arch/powerpc/configs/maple_defconfig

Large diffs are not rendered by default.

202 changes: 57 additions & 145 deletions arch/powerpc/configs/mpc7448_hpc2_defconfig

Large diffs are not rendered by default.

193 changes: 61 additions & 132 deletions arch/powerpc/configs/mpc8272_ads_defconfig

Large diffs are not rendered by default.

224 changes: 74 additions & 150 deletions arch/powerpc/configs/mpc8313_rdb_defconfig

Large diffs are not rendered by default.

209 changes: 61 additions & 148 deletions arch/powerpc/configs/mpc832x_mds_defconfig

Large diffs are not rendered by default.

211 changes: 62 additions & 149 deletions arch/powerpc/configs/mpc832x_rdb_defconfig

Large diffs are not rendered by default.

206 changes: 64 additions & 142 deletions arch/powerpc/configs/mpc834x_itx_defconfig

Large diffs are not rendered by default.

203 changes: 63 additions & 140 deletions arch/powerpc/configs/mpc834x_itxgp_defconfig

Large diffs are not rendered by default.

205 changes: 62 additions & 143 deletions arch/powerpc/configs/mpc834x_mds_defconfig

Large diffs are not rendered by default.

209 changes: 61 additions & 148 deletions arch/powerpc/configs/mpc836x_mds_defconfig

Large diffs are not rendered by default.

183 changes: 53 additions & 130 deletions arch/powerpc/configs/mpc8540_ads_defconfig

Large diffs are not rendered by default.

459 changes: 414 additions & 45 deletions arch/powerpc/configs/mpc8544_ds_defconfig

Large diffs are not rendered by default.

196 changes: 57 additions & 139 deletions arch/powerpc/configs/mpc8560_ads_defconfig

Large diffs are not rendered by default.

43 changes: 13 additions & 30 deletions arch/powerpc/configs/mpc8568mds_defconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.22
# Fri Jul 20 13:55:04 2007
# Linux kernel version: 2.6.23-rc4
# Tue Aug 28 21:24:43 2007
#
# CONFIG_PPC64 is not set

Expand Down Expand Up @@ -38,6 +38,7 @@ CONFIG_GENERIC_NVRAM=y
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_PPC_OF=y
CONFIG_OF=y
CONFIG_PPC_UDBG_16550=y
# CONFIG_GENERIC_TBSYNC is not set
CONFIG_AUDIT_ARCH=y
Expand All @@ -48,15 +49,11 @@ CONFIG_DEFAULT_UIMAGE=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# Code maturity level options
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
Expand Down Expand Up @@ -147,6 +144,7 @@ CONFIG_MPIC=y
# CONFIG_GENERIC_IOMAP is not set
# CONFIG_CPU_FREQ is not set
# CONFIG_CPM2 is not set
# CONFIG_FSL_ULI1575 is not set

#
# Kernel options
Expand Down Expand Up @@ -191,7 +189,6 @@ CONFIG_ISA_DMA_API=y
#
CONFIG_ZONE_DMA=y
CONFIG_PPC_INDIRECT_PCI=y
CONFIG_PPC_INDIRECT_PCI_BE=y
CONFIG_FSL_SOC=y
CONFIG_FSL_PCI=y
CONFIG_PCI=y
Expand Down Expand Up @@ -324,6 +321,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
CONFIG_OF_DEVICE=y
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
Expand Down Expand Up @@ -384,12 +382,8 @@ CONFIG_SCSI_WAIT_SCAN=m
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set

#
# SCSI low-level drivers
#
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
Expand Down Expand Up @@ -672,6 +666,7 @@ CONFIG_I2C_MPC=y
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
Expand All @@ -698,14 +693,17 @@ CONFIG_HWMON=y
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
Expand Down Expand Up @@ -740,6 +738,7 @@ CONFIG_DAB=y
#
# CONFIG_DISPLAY_SUPPORT is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=m
# CONFIG_FB is not set
# CONFIG_FB_IBM_GXT4500 is not set

Expand All @@ -765,24 +764,9 @@ CONFIG_USB_ARCH_HAS_EHCI=y
#
# CONFIG_USB_GADGET is not set
# CONFIG_MMC is not set

#
# LED devices
#
# CONFIG_NEW_LEDS is not set

#
# LED drivers
#

#
# LED Triggers
#
# CONFIG_INFINIBAND is not set

#
# Real Time Clock
#
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set

#
Expand Down Expand Up @@ -986,7 +970,6 @@ CONFIG_FORCED_INLINING=y
CONFIG_DEBUGGER=y
# CONFIG_XMON is not set
# CONFIG_BDI_SWITCH is not set
# CONFIG_BOOTX_TEXT is not set
CONFIG_PPC_EARLY_DEBUG=y
# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
# CONFIG_PPC_EARLY_DEBUG_G5 is not set
Expand Down
Loading

0 comments on commit a1c582d

Please sign in to comment.