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:
Soren Sandmann
2006-12-09 06:29:43 +00:00
committed by Søren Sandmann Pedersen
parent 4ba672ee9f
commit bd1f064ad3
4 changed files with 29 additions and 4 deletions

View File

@ -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}