RE: [PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global

2012-08-22 Thread Mingarelli, Thomas
, 2012 2:25 PM To: Andi Kleen Cc: linux-kernel@vger.kernel.org; x...@kernel.org; mma...@suse.cz; linux-kbu...@vger.kernel.org; jbeul...@suse.com; a...@linux-foundation.org; Andi Kleen; Mingarelli, Thomas Subject: Re: [PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global Hi andi, > F

Re: [PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global

2012-08-22 Thread Wim Van Sebroeck
Hi andi, > From: Andi Kleen > > We cannot assume that the inline assembler code always ends up > in the same file as the original C file. So make any assembler labels > that are called with "extern" by C global > > Cc: w...@iguana.be > Signed-off-by: Andi Kleen You have my signed-off-by, but

Re: [PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global

2012-08-22 Thread Wim Van Sebroeck
Hi andi, From: Andi Kleen a...@linux.intel.com We cannot assume that the inline assembler code always ends up in the same file as the original C file. So make any assembler labels that are called with extern by C global Cc: w...@iguana.be Signed-off-by: Andi Kleen a...@linux.intel.com

RE: [PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global

2012-08-22 Thread Mingarelli, Thomas
, 2012 2:25 PM To: Andi Kleen Cc: linux-kernel@vger.kernel.org; x...@kernel.org; mma...@suse.cz; linux-kbu...@vger.kernel.org; jbeul...@suse.com; a...@linux-foundation.org; Andi Kleen; Mingarelli, Thomas Subject: Re: [PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global Hi andi, From

[PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global

2012-08-18 Thread Andi Kleen
From: Andi Kleen We cannot assume that the inline assembler code always ends up in the same file as the original C file. So make any assembler labels that are called with "extern" by C global Cc: w...@iguana.be Signed-off-by: Andi Kleen --- drivers/watchdog/hpwdt.c |6 -- 1 files

[PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global

2012-08-18 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com We cannot assume that the inline assembler code always ends up in the same file as the original C file. So make any assembler labels that are called with extern by C global Cc: w...@iguana.be Signed-off-by: Andi Kleen a...@linux.intel.com ---