]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/process: Unify 32bit and 64bit implementations of get_wchan()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Sep 2015 08:38:23 +0000 (08:38 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 30 Sep 2015 19:51:34 +0000 (21:51 +0200)
commit7ba78053aacb89998a052843e3c56983c31d57f0
treede45a4545a91a08613ed1bc0fb4659241fba34d0
parenteddd3826a1a0190e5235703d1e666affa4d13b96
x86/process: Unify 32bit and 64bit implementations of get_wchan()

The stack layout and the functionality is identical. Use the 64bit
version for all of x86.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Borislav Petkov <bp@alien8.de>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Andrey Konovalov <andreyknvl@google.com>
Cc: Kostya Serebryany <kcc@google.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: kasan-dev <kasan-dev@googlegroups.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Sasha Levin <sasha.levin@oracle.com>
Cc: Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
Link: http://lkml.kernel.org/r/20150930083302.779694618@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/process.c
arch/x86/kernel/process_32.c
arch/x86/kernel/process_64.c