mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Add forgotten put_cpu_var(). Parse in chunks of 65536 to improve locality.
2006-12-09 Soren Sandmann <sandmann@daimi.au.dk> * module/sysprof-module.c: Add forgotten put_cpu_var(). * sfile.c (build_instructions): Parse in chunks of 65536 to improve locality.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
4ba672ee9f
commit
bd1f064ad3
@ -10,7 +10,7 @@ PREFIX := /usr/local
|
||||
endif
|
||||
|
||||
MODULE := sysprof-module
|
||||
KDIR := /lib/modules/$(shell uname -r)/build
|
||||
KDIR := /lib/modules/$(shell uname -r)/build # /home/ssp/linux-2.6.19/
|
||||
INCLUDE := -isystem $(KDIR)/include
|
||||
MODCFLAGS := -DMODULE -D__KERNEL__ -Wall ${INCLUDE}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user