Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af6f5e32 authored by Steve French's avatar Steve French
Browse files
parents 7e298750 2e3e80c2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -252,8 +252,7 @@ in a tasks processor placement.
There is an exception to the above.  If hotplug funtionality is used
to remove all the CPUs that are currently assigned to a cpuset,
then the kernel will automatically update the cpus_allowed of all
tasks attached to CPUs in that cpuset with the online CPUs of the
nearest parent cpuset that still has some CPUs online.  When memory
tasks attached to CPUs in that cpuset to allow all CPUs.  When memory
hotplug functionality for removing Memory Nodes is available, a
similar exception is expected to apply there as well.  In general,
the kernel prefers to violate cpuset placement, over starving a task
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ APICs

   noapictimer	 Don't set up the APIC timer

   no_timer_check Don't check the IO-APIC timer. This can work around
		 problems with incorrect timer initialization on some boards.

Early Console

   syntax: earlyprintk=vga
+2 −2
Original line number Diff line number Diff line
@@ -1023,8 +1023,8 @@ W: http://www.ia64-linux.org/
S:	Maintained

SN-IA64 (Itanium) SUB-PLATFORM
P:	Jesse Barnes
M:	jbarnes@sgi.com
P:	Greg Edwards
M:	edwardsg@sgi.com
L:	linux-altix@sgi.com
L:	linux-ia64@vger.kernel.org
W:	http://www.sgi.com/altix
+1 −1
Original line number Diff line number Diff line
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 12
EXTRAVERSION =-rc4
EXTRAVERSION =-rc5
NAME=Woozy Numbat

# *DOCUMENTATION*
+1 −1
Original line number Diff line number Diff line
@@ -1163,7 +1163,7 @@ config PCI_DIRECT

config PCI_MMCONFIG
	bool
	depends on PCI && (PCI_GOMMCONFIG || (PCI_GOANY && ACPI))
	depends on PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY)
	select ACPI_BOOT
	default y

Loading