- 31 Dec, 2002 12 commits
-
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
-
bk://linux-dj.bkbits.net/warningsLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/warnings
-
Geert Uytterhoeven authored
Atari NCR5380 SCSI driver tag bitmap updates: - Use DECLARE_BITMAP() to declare the tag bitmap - Remove `MAX_TAGS must be a multiple of 32', which is no longer true - Declare and use CLEAR_BITMAP() to set all bits in a bitmap to zero - Fix bitops call problems that got unnoticed before
-
Tomas Szepe authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
- 30 Dec, 2002 28 commits
-
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/scratch/kai/linux-2.5.make
-
Kai Germaschewski authored
Now that we have a unique suffix for kernel modules (.ko), we can extend to former "make some/object.o" to work for kernel modules as well, even composite ones. It's as easy as "make some/dir/module.ko". (Sam Ravnborg/me)
-
Sam Ravnborg authored
Moved archhelp to arch/x86_64/Makefile Introduced usage of $(build) and $(clean) Use kbuild clean infrastructure
-
Sam Ravnborg authored
Moved archhelp to arch/sparc64/Makefile introduced usage of $(build) Removed superflous targets archclean and archmrproper
-
Sam Ravnborg authored
Moved archhelp to arch/arm/Makefile Introduced usage of $(build) and $(clean)
-
Sam Ravnborg authored
arch/$(ARCH)/Makefile already contains the kbuild required additions to allow the kernel to be built for the architecture in question. Moving archhelp centralise this information, and no longer require a boot directory to exist to utilise this feature. Update i386 to define archhelp in arch/$(ARCH)/Makefile Other architectures will be updated in next cset.
-
Sam Ravnborg authored
The former macro $(descend ...) hide for make the fact that a recursively make was invoked. The replacement $(Q)$(MAKE) -f scripts/Makefile.build obj=dir was too verbose. Introduced $(build) and $(clean) allowing the following syntax: $(Q)$(MAKE) $(build)=arch/i386/boot target and similar for clean. Introduced $(build) and $(clean) in general, and for i386 architecture.
-
Sam Ravnborg authored
Add $(srctree)/ etc. to some more places where it was still missing.
-
Kai Germaschewski authored
The generated .tmp_kallsyms.S needs to use .long / .quad for 32/64 bit archs. To know which arch we're compiling for, we use the preprocessor and BITS_PER_LONG from <asm/types.h>. Unfortunately, asm/types.h was not safe to include from assembler files, so lots of #ifndef __ASSEMBLY__ needed to be added - should be fine now, untested for != i386, though.
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Linus Torvalds authored
-
Justin T. Gibbs authored
-
Justin T. Gibbs authored
but somehow are not handled by the DV state machine. This ensures that the behavior seen before DV is restored in the event of a DV state machine failure.
-
Justin T. Gibbs authored
but is still required in earlier kernels.
-
Justin T. Gibbs authored
on some tape and cdrom devices.
-
Justin T. Gibbs authored
counted toward the load average.
-
Justin T. Gibbs authored
This allows the assembler to operate without generating this file.
-
Justin T. Gibbs authored
The original bug was that the 2.4.X declaration was used unconditionally.
-
Justin T. Gibbs authored
Daemonize the kernel threads used for domain validation.
-
Justin T. Gibbs authored
Restore a call to ahc_assert_atn() that was inadvertantly lost when the asserting atn diagnostic was added. This, among other things, resulted in driver negotiation failures with devices that initiated negotiation (e.g. most IBM drives).
-
Justin T. Gibbs authored
Correct a compilation warning that occurs when debugging code is compiled in.
-
Justin T. Gibbs authored
AIC7XXX_REG_PRETTY_PRINT. The constant rebuild is due to the build process deciding that the pretty_print.c file is an intermediate file and that problem lies elsewhere.
-
Justin T. Gibbs authored
Remove incorrect dependency on SCSI_AIC7XXX_BUILD_FIRMWARE (the wrong driver noless) and AIC79XX_REG_PRETTY_PRINT. The constant rebuild is due to the build process deciding that the pretty_print.c file is an intermediate file and that problem lies elsewhere.
-
Justin T. Gibbs authored
-
Christoph Hellwig authored
* version code checks for pre-2.4 version * !__KERNEL__ stuff in headers.
-
David Brownell authored
Makes this generic info reflect current behavior.
-