x86 merge happened in 2.6.25

Sat Mar 29 08:05:46 2008  Søren Sandmann  <sandmann@redhat.com>

	* module/sysprof-module.c: x86 merge happened in 2.6.25



svn path=/trunk/; revision=404
This commit is contained in:
Søren Sandmann
2008-03-29 12:14:13 +00:00
committed by Søren Sandmann Pedersen
parent ae59a75be4
commit 72ef8ca8c6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sat Mar 29 08:05:46 2008 Søren Sandmann <sandmann@redhat.com>
* module/sysprof-module.c: x86 merge happened in 2.6.25
2008-03-23 Soren Sandmann <sandmann@daimi.au.dk>
* sysprof.c (queue_show_samples): Update samples immediately when

View File

@ -67,7 +67,7 @@ DECLARE_WAIT_QUEUE_HEAD (wait_for_trace);
# define REG_STACK_PTR rsp
# define REG_STACK_PTR0 rsp0
#elif defined(CONFIG_X86)
# if LINUX_VERSION_CODE >= KERNEL_VERSION (2,6,24)
# if LINUX_VERSION_CODE >= KERNEL_VERSION (2,6,25)
# define REG_FRAME_PTR bp
# define REG_INS_PTR ip
# define REG_STACK_PTR sp