- 26 Feb, 2003 1 commit
-
-
Mikael Pettersson authored
1) apic_write_around(APIC_ID, boot_cpu_physical_apicid) places the APIC value in the lower 8 bits of APIC_ID, when it should be in the upper 8. As as result, it effectively forces the APIC id to always be 0 for the boot CPU, which is fatal on SMP AMD boxes. Fix: don't do the write at all. The APIC_ID value should be right already. 2) phys_cpu_present_map = 1 means we always set bit 0, but later on in setup_local_APIC() we do if (!clustered_apic_mode && !test_bit(GET_APIC_ID(apic_read(APIC_ID)), &phys_cpu_present_map)) BUG(); and the bug is triggered if the APIC_ID is not zero. Fix: initialize 'phys_cpu_present_map' correctly.
-
- 25 Feb, 2003 39 commits
-
-
Linus Torvalds authored
-
Michael Hayes authored
accomodate -> accommodate accomodated -> accommodated accomodates -> accommodates
-
Michael Hayes authored
guarentee -> guarantee guarenteed -> guaranteed guarentees -> guarantees
-
Michael Hayes authored
uglyness -> ugliness
-
Michael Hayes authored
boundry -> boundary boundries -> boundaries
-
Michael Hayes authored
invokation -> invocation
-
Michael Hayes authored
wether -> whether (A "wether" is a castrated goat.)
-
Michael Hayes authored
immediatly -> immediately
-
Michael Hayes authored
wierd -> weird wierdo -> weirdo wierdness -> weirdness
-
Steven Cole authored
This patch replaces its (possessive of it) with it's (it is) in the following cases where "it is" is meant. its a -> it's a its an -> it's an its not -> it's not except for the files arch/cris/boot/rescue/head.S arch/cris/kernel/kgdb.c where the substitution is "its not" -> "it is not" to avoid possible problems with single quotes in assembly comments.
-
Steven Cole authored
This patch replaces it's (it is) with its (possessive of it) in the following cases where the possessive of it is meant. to it's -> to its into it's -> into its from it's -> from its of it's -> of its with it's -> with its under it's -> under its about it's -> about its
-
-
Muli Ben-Yehuda authored
use the standard pr_debug macro instead of TRDBG
-
Muli Ben-Yehuda authored
Make Muli Ben-Yehuda the maintainer for trident as per Alan's suggestion
-
Muli Ben-Yehuda authored
The M5451 can sometimes not come out of reset. This is non fatal and it continues to work fine, so print a nasty message but don't fail the driver initialization.
-
Rusty Russell authored
Now that we search for 11 different sections by name, the if/else was getting unwieldy. Also, handle_section just does relocs, so it's a bit of a misnomer, and it's best simply moved into the main code. This open-codes handle_section, which simply does relocations now. Also adds "find_sec" and uses it to find the various sections.
-
Rusty Russell authored
Bob Miller points out that the try_module_get in use_module() can, of course, fail. Secondly, there is a race between setting the module live, and a simultaneous removal of it.
-
Greg Ungerer authored
This includes asm/unistd.h in the vector handling code for m68knommu. It needs the local NR_syscalls define. linux/unistd.h is not assembler clean, so it must be asm/unistd.h.
-
Greg Ungerer authored
This patch creates a local NR_syscalls define for the m68knommu architecture.
-
Greg Ungerer authored
This includes unistd.h in the high level vector handling code. It needs NR_syscall.
-
Greg Ungerer authored
This adds m68k defines for __kernel_timer_t and __kernel_clockid_t. The reset signal changes means these are now needed.
-
Greg Ungerer authored
This creates a sturcture to mirror the m68knommu/ColdFire CPU timer hardware. This is a much cleaner approach to accessing the timer registers than the previous set of register address defines.
-
Greg Ungerer authored
This modifies the m68knommu siginfo include file to use asm-generic/siginfo.h instead of the asm-m68k/siginfo.h. The asm-generic/siginfo.h is more appropriate here, and the m68k is out of date.
-
Greg Ungerer authored
This includes asm/unistd.h in the system call table setup code for m68knommu. It needs the local NR_syscalls define. linux/unistd.h is not assembler clean, so it must be asm/unistd.h.
-
Michael Hayes authored
dont -> don't (135 occurrences)
-
Michael Hayes authored
wont -> won't (21 occurrences)
-
Michael Hayes authored
doesnt -> doesn't (35 occurrences)
-
Michael Hayes authored
couldnt -> couldn't (4 occurrences)
-
Michael Hayes authored
cant -> can't (28 occurrences)
-
Adrian Bunk authored
The patch below does the following: - remove #if'd kernel 2.2 code - changes one MIN to min
-
Dave Jones authored
Someone nuked the 2nd arg in 2.5.62, but didn't fix up all the callers. Lazy.
-
Christoph Hellwig authored
(based on lm_sensors CVS)
-
Christoph Hellwig authored
(from lm_sensors CVS)
-
Christoph Hellwig authored
(based on lm_sensors CVS)
-
Christoph Hellwig authored
use bdevname() for block devices.
-
Christoph Hellwig authored
(from lm_sensors CVS)
-
Christoph Hellwig authored
(from lm_sensors CVS)
-
Christoph Hellwig authored
dito
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-