* Compilation fix for UP I2000
@ 2003-10-27 22:17 Peter Chubb
2003-10-27 22:38 ` David Mosberger
0 siblings, 1 reply; 2+ messages in thread
From: Peter Chubb @ 2003-10-27 22:17 UTC (permalink / raw)
To: linux-ia64
Hi,
The variable `foo' was deleted in a recent changeset, but one
reference was missed. I needed the appended patch to get a good
compilation for uniprocessor I2000.
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1370 -> 1.1371
# arch/ia64/kernel/perfmon.c 1.65 -> 1.66
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/10/28 peterc@gelato.unsw.edu.au 1.1371
# [IA64] delete reference to deleted variable `foo' in perfmon.c
# --------------------------------------------
#
diff -Nru a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c
--- a/arch/ia64/kernel/perfmon.c Tue Oct 28 09:16:50 2003
+++ b/arch/ia64/kernel/perfmon.c Tue Oct 28 09:16:50 2003
@@ -5787,8 +5787,6 @@
*/
psr = pfm_get_psr();
- BUG_ON(foo & (IA64_PSR_I));
-
/*
* stop monitoring:
* This is the last instruction which may generate an overflow
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compilation fix for UP I2000
2003-10-27 22:17 Compilation fix for UP I2000 Peter Chubb
@ 2003-10-27 22:38 ` David Mosberger
0 siblings, 0 replies; 2+ messages in thread
From: David Mosberger @ 2003-10-27 22:38 UTC (permalink / raw)
To: linux-ia64
>>>>> On Tue, 28 Oct 2003 09:17:13 +1100, Peter Chubb <peterc@gelato.unsw.edu.au> said:
Peter> Hi, The variable `foo' was deleted in a recent changeset, but
Peter> one reference was missed. I needed the appended patch to get
Peter> a good compilation for uniprocessor I2000.
Yes, unfortunately. Stephane already sent me a patch and it's in the
to-linus-2.5 tree already.
--david
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-27 22:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-27 22:17 Compilation fix for UP I2000 Peter Chubb
2003-10-27 22:38 ` David Mosberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox