From 3a2d9fb1d9c20fc9de34927b4ff69fdbee6a5b8d Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Date: Mon, 21 Jul 2008 22:54:56 +0530 Subject: [PATCH] --- yaml --- r: 110295 b: refs/heads/master c: 8fd329a1ac696973ba5467c510302ae1248cc11a h: refs/heads/master i: 110293: 57da4b6c6207602bf771545a5040d434903c978c 110291: 034afdfe131a7c933d3b0538022169886689d762 110287: 914436d5d59ebe40576381cac694e1f99570e3f1 v: v3 --- [refs] | 2 +- trunk/include/asm-x86/processor.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e01038ca8884..87d5ad15813d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1c6c727d9c12c84a612abe31b60948f06fc2ab2d +refs/heads/master: 8fd329a1ac696973ba5467c510302ae1248cc11a diff --git a/trunk/include/asm-x86/processor.h b/trunk/include/asm-x86/processor.h index 93b6adc72ad1..a2fb5a436418 100644 --- a/trunk/include/asm-x86/processor.h +++ b/trunk/include/asm-x86/processor.h @@ -155,6 +155,8 @@ static inline int hlt_works(int cpu) extern void cpu_detect(struct cpuinfo_x86 *c); +extern struct pt_regs *idle_regs(struct pt_regs *); + extern void early_cpu_init(void); extern void identify_boot_cpu(void); extern void identify_secondary_cpu(struct cpuinfo_x86 *);