mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
New function to check if the page is readable before reading. Noop on
Sat Apr 23 17:49:33 2005 Søren Sandmann <sandmann@redhat.com> * sysprof-module.c (page_readable): New function to check if the page is readable before reading. Noop on kernel <= 2.6.11 * sysprof-module.c (get_mm, put_mm): New functions to confine #ifdefs.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
7b67e2c6b9
commit
753eb9378b
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ BINARY := sysprof
|
||||
MODULE := sysprof-module
|
||||
KDIR := /lib/modules/$(shell uname -r)/build
|
||||
INCLUDE := -isystem $(KDIR)/include
|
||||
MODCFLAGS := -O2 -DMODULE -D__KERNEL__ -Wall ${INCLUDE}
|
||||
MODCFLAGS := -DMODULE -D__KERNEL__ -Wall ${INCLUDE}
|
||||
MODULE := sysprof-module
|
||||
|
||||
all: check $(BINARY) $(MODULE).o
|
||||
|
||||
Reference in New Issue
Block a user