* [PATCH] 2.6.10-rc1 pfmon broken by bad merge?
@ 2004-11-18 23:01 Grant Grundler
2004-11-18 23:46 ` Stephane Eranian
2004-11-19 6:35 ` Luck, Tony
0 siblings, 2 replies; 3+ messages in thread
From: Grant Grundler @ 2004-11-18 23:01 UTC (permalink / raw)
To: linux-ia64
Tony,
Just pulled/rebuilt from the bk linux-ia64-release-2.6.10 tree
and it failed to build with :
arch/ia64/kernel/perfmon.c: In function `pfm_handle_work':
arch/ia64/kernel/perfmon.c:5068: error: parse error before '/' token
Following trivial patch fixes what looks like a merge bug.
Signed-off-by: Grant Grundler <iod00d@hp.com>
grant
=== arch/ia64/kernel/perfmon.c 1.100 vs edited ==--- 1.100/arch/ia64/kernel/perfmon.c 2004-11-18 10:43:37 -08:00
+++ edited/arch/ia64/kernel/perfmon.c 2004-11-18 14:58:03 -08:00
@@ -5065,7 +5065,7 @@
* when returning to user level (PUStk=1), in which case
* there is no risk of kernel stack overflow due to deep
* interrupt nesting.
- */ */
+ */
BUG_ON(flags & IA64_PSR_I);
local_irq_enable();
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] 2.6.10-rc1 pfmon broken by bad merge?
2004-11-18 23:01 [PATCH] 2.6.10-rc1 pfmon broken by bad merge? Grant Grundler
@ 2004-11-18 23:46 ` Stephane Eranian
2004-11-19 6:35 ` Luck, Tony
1 sibling, 0 replies; 3+ messages in thread
From: Stephane Eranian @ 2004-11-18 23:46 UTC (permalink / raw)
To: linux-ia64
Tony,
Please apply, there was a stray closing comment in my file, I think.
Thanks Grant.
On Thu, Nov 18, 2004 at 03:01:18PM -0800, Grant Grundler wrote:
> Tony,
>
> Just pulled/rebuilt from the bk linux-ia64-release-2.6.10 tree
> and it failed to build with :
> arch/ia64/kernel/perfmon.c: In function `pfm_handle_work':
> arch/ia64/kernel/perfmon.c:5068: error: parse error before '/' token
>
> Following trivial patch fixes what looks like a merge bug.
>
> Signed-off-by: Grant Grundler <iod00d@hp.com>
>
> grant
>
> === arch/ia64/kernel/perfmon.c 1.100 vs edited ==> --- 1.100/arch/ia64/kernel/perfmon.c 2004-11-18 10:43:37 -08:00
> +++ edited/arch/ia64/kernel/perfmon.c 2004-11-18 14:58:03 -08:00
> @@ -5065,7 +5065,7 @@
> * when returning to user level (PUStk=1), in which case
> * there is no risk of kernel stack overflow due to deep
> * interrupt nesting.
> - */ */
> + */
> BUG_ON(flags & IA64_PSR_I);
> local_irq_enable();
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
-Stephane
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] 2.6.10-rc1 pfmon broken by bad merge?
2004-11-18 23:01 [PATCH] 2.6.10-rc1 pfmon broken by bad merge? Grant Grundler
2004-11-18 23:46 ` Stephane Eranian
@ 2004-11-19 6:35 ` Luck, Tony
1 sibling, 0 replies; 3+ messages in thread
From: Luck, Tony @ 2004-11-19 6:35 UTC (permalink / raw)
To: linux-ia64
>Just pulled/rebuilt from the bk linux-ia64-release-2.6.10 tree
>and it failed to build with :
>arch/ia64/kernel/perfmon.c: In function `pfm_handle_work':
>arch/ia64/kernel/perfmon.c:5068: error: parse error before '/' token
>
>Following trivial patch fixes what looks like a merge bug.
>
>Signed-off-by: Grant Grundler <iod00d@hp.com>
Applied.
-Tony
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-11-19 6:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-18 23:01 [PATCH] 2.6.10-rc1 pfmon broken by bad merge? Grant Grundler
2004-11-18 23:46 ` Stephane Eranian
2004-11-19 6:35 ` Luck, Tony
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox