]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] Simplify profile_pc on x86-64
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:28 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:28 +0000 (10:52 +0200)
commit31679f38d88696ed032d59e457f1605c97e7d719
tree901c0e9a3ce8696a1c0560c53edde36a85db9aa6
parent0cb91a2293648507886563ccb91979cfc94d6a4b
[PATCH] Simplify profile_pc on x86-64

Use knowledge about EFLAGS layout (bits 22:63 are always 0) to distingush
EFLAGS word and kernel address in the spin lock stack frame.

Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/kernel/time.c