https://github.com/torvalds/linux
Revision 8ed9b2c7a804335004e4bd3b4c6989c5b6bc243f authored by Jes Sorensen on 13 February 2006, 10:29:57 UTC, committed by Tony Luck on 15 February 2006, 21:24:45 UTC
General SN2 code cleanup:
 - Do not initialize global variables to zero
 - Use kzalloc instead of kmalloc+memset
 - Check kmalloc return values
 - Do not obfuscate spin lock calls
 - Remove some unused code
 - Various formatting cleanups

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
1 parent 50d8e59
History
Tip revision: 8ed9b2c7a804335004e4bd3b4c6989c5b6bc243f authored by Jes Sorensen on 13 February 2006, 10:29:57 UTC
[IA64-SGI] sn2 minor fixes and cleanups
Tip revision: 8ed9b2c
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 424 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 66.3 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top