From: Peter Chubb <peterc@gelato.unsw.edu.au>
To: linux-ia64@vger.kernel.org
Subject: Compilation fix for UP I2000
Date: Mon, 27 Oct 2003 22:17:13 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106729391426813@msgid-missing> (raw)
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
next reply other threads:[~2003-10-27 22:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-27 22:17 Peter Chubb [this message]
2003-10-27 22:38 ` Compilation fix for UP I2000 David Mosberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-106729391426813@msgid-missing \
--to=peterc@gelato.unsw.edu.au \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.