commit | 44ab9a6b0e909145d42615493952fe986b1ce5c2 | [log] [tgz] |
---|---|---|
author | Robert Richter <robert.richter@amd.com> | Thu Jul 09 18:33:02 2009 +0200 |
committer | Robert Richter <robert.richter@amd.com> | Tue Jul 14 16:44:51 2009 +0200 |
tree | 401df1bc15b9d7cb65dc3b9f8ced433caecaf683 | |
parent | 8045a4c293d36c61656a20d581b11f7f0cd7acd5 [diff] |
x86/oprofile: Rework and simplify nmi_cpu_setup() This patch removes the function nmi_save_registers(). Per-cpu code is now executed only in the function nmi_cpu_setup(). Also, it renames the per-cpu function nmi_restore_registers() to nmi_cpu_restore_registers(). Signed-off-by: Robert Richter <robert.richter@amd.com>