- 03 Nov, 2004 2 commits
-
-
Sam Ravnborg authored
Drop usage of shared libraries. It breaks on several non-i386 build environemnts - especially the ones popular for embedded development. This is a minimal version. Based on idea from Bertrand Marquis and patch from Dan Kegel. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
Sam Ravnborg authored
The kbuild syntax is unique and does only have very few things in common with usual Makefile syntax. So to avoid confusion make the filename 'Kbuild' be the preferred name as replacement for 'Makefile'. No global renaming planned to take place for now, but new stuff expected to use the new 'Kbuild' filename. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
- 31 Oct, 2004 13 commits
-
-
James Nelson authored
Fixes typo in help in openpromfs. From: Jim Nelson <james4765@verizon.net> Acked-by: William Lee Irwin III <wli@holomorphy.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
James Nelson authored
Makes sun4 default to "N" - most SPARC32 systems did not use these. From: Jim Nelson <james4765@verizon.net> Acked-by: William Lee Irwin III <wli@holomorphy.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
James Nelson authored
Fixes x86-specific bootloader help in printer config. From: Jim Nelson <james4765@verizon.net> Acked-by: William Lee Irwin III <wli@holomorphy.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
James Nelson authored
Fixes x86-specific bootloader help in serial console. From: Jim Nelson <james4765@verizon.net> Acked-by: William Lee Irwin III <wli@holomorphy.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
James Nelson authored
Fixes x86-specific help in SPARC32 SMP support help. From: Jim Nelson <james4765@verizon.net> Acked-by: William Lee Irwin III <wli@holomorphy.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
Sam Ravnborg authored
Changing localversion causes a few files to be recompiled, namely those who include <version.h>. Replace <version.h> with <utsname.h> in a few places. Long term solution is to split up <version.h> in two files. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
Sam Ravnborg authored
For some architectures is does not make sense to maintain a single default configuration - arm is a good example here. KBUILD_DEFCONFIG is introduced allowing relevant architectures to point out a configuration kept in arch/$(ARCH)/configs as the configuration to be used when executing 'make defconfig'. This patch selects versatile_defconfig as the default configuration for arm. The reason to keep defconfig is that is has proved valuable in many testing scenarios when one are doing a cross architecture build of the kernel to do a simple compile-time check of some changes. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
Tom Rini authored
A coworker of mine give them a look-over and spotted a few places where I missed changing some casts. Signed-off-by: Tom Rini <trini@kernel.crashing.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
Sam Ravnborg authored
o Remove unused LDFLAGS_BLOB assignement (from Brian Gerst) o Use implicit rule for vmlinux.lds (from Al viro) Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
Keith Owens authored
Some absolute symbols are useful, they can even appear in back traces. Tweak kallsyms to retain the useful absolute symbols. This list is from ia64, add absolute symbols from other architectures as required. Signed-off-by: Keith Owens <kaos@sgi.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
Adrian Bunk authored
It's not good to show the obsolete check_gcc in an example. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
Tom Rini authored
The following two bits are needed to get it working (not as colorful as on Linux, but it functions) for me. First, unless CURS_MACROS is defined, scroll(x) doesn't get expanded to wscrl(x, 1). I did some quick grepping on Cygwin and Linux (debian/unstable) and didn't see CURS_MACROS show up anywhere else, but to be safe I put it inside of __sun__. Next this uses libcurses instead of libncurses otherwise we get a bunch of undefined refs to w32attrset, w32addch, acs32map and few more. Signed-off-by: Tom Rini <trini@kernel.crashing.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
Doug Maxey authored
Rationale: When building outside source tree, install.sh is looked for in the obj side. Status: tested on ppc64 builds Signed-off-by: Doug Maxey <dwm@austin.ibm.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
- 30 Oct, 2004 9 commits
-
-
bk://gkernel.bkbits.net/libata-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Randy Dunlap authored
Fix __init section usage: rhine_resume calls enable_mmio, so latter cannot be __devinit; Error: ./drivers/net/via-rhine.o .text refers to 0000000000000925 R_X86_64_PC32 .init.text+0xfffffffffffffffc Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Nishanth Aravamudan authored
Description: Uses msleep() / ssleep() [as appropriate] instead of schedule_timeout() to guarantee the task delays as expected. Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Benjamin Herrenschmidt authored
This patch adds a few memory barriers, cleans up a little bit the use of the "status" field in the rx & tx routines, and adds probing for the external PHY to the driver. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Benjamin Herrenschmidt authored
This patch does an indentation fix to amd8111e_rx_poll() which was incorrectly shifting left in the middle of a while() loop, thus rendering the function difficult to read. There is no actual code change. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Scott Feldman authored
My intel.com address will bounce. Signed-off-by: Scott Feldman <sfeldma@pobox.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Nicolas Pitre authored
It looks like this bit got mismerged (pci.h removed but DMA arguments convertion missing). Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Russell King authored
ARM udelay can't cope with >2ms delays. Signed-off-by: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Jeff Garzik authored
into pobox.com:/garz/repo/libata-2.6
-
- 29 Oct, 2004 16 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
Since bit 0 is only set when the MM is mapped onto the CPU, we can use this rather than comparing the MM pointer with current->active_mm. This simplifies the inline cache flushing and tlb code.
-
Russell King authored
-
Chris Wright authored
Christoph suggests letting the compiler choose. No real compelling reason to inline anyhow. I had some vmlinux size numbers suggesting inline was better, but re-running them on newer kernel is giving different results, favoring uninline. Best let compiler choose. Un-inline __sigqueue_alloc. Signed-off-by: Chris Wright <chrisw@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
-
Bartlomiej Zolnierkiewicz authored
From: Jens Axboe <axboe@suse.de> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Bartlomiej Zolnierkiewicz authored
destroy_proc_ide_interfaces is only used inside ide-proc.c; so lets make it static. Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Bartlomiej Zolnierkiewicz authored
cs5530 overrides hwif->autodma anyway. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Bartlomiej Zolnierkiewicz authored
Do not set hwif->autodma in ide_pci_setup_ports(). All DMA capable PCI host drivers override it. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Bartlomiej Zolnierkiewicz authored
* hwif->dma_base is set in ->init_iops() for MMIO * if !dma_base then dma_base is really equal to zero * remove dead code from simplex check Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Bartlomiej Zolnierkiewicz authored
DMA is always used by default (->autodma is never checked). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-
Bartlomiej Zolnierkiewicz authored
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-