All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jack Steiner <steiner@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] - Delete simulator support from SN idle loop
Date: Tue, 26 Oct 2004 11:47:56 +0000	[thread overview]
Message-ID: <20041026114756.GA12783@sgi.com> (raw)


Tony - please apply


Delete hack for supporting simulator for SN platforms. This capability
has been moved into the simulator environment & is no longer required
in the kernel.

---
Signed-off-by: Jack Steiner <steiner@sgi.com>
---


--- linux_base/arch/ia64/sn/kernel/idle.c	2004-10-22 11:36:31 -05:00
+++ linux/arch/ia64/sn/kernel/idle.c	2004-10-25 17:55:09 -05:00
@@ -3,14 +3,13 @@
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  *
- * Copyright (c) 2001-2003 Silicon Graphics, Inc.  All rights reserved.
+ * Copyright (c) 2001-2004 Silicon Graphics, Inc.  All rights reserved.
  */
 
-#include <linux/config.h>
 #include <asm/sn/leds.h>
-#include <asm/sn/simulator.h>
 
-void snidle(int state) {
+void snidle(int state)
+{
 	if (state) {
 		if (pda->idle_flag = 0) {
 			/* 
@@ -18,11 +17,6 @@ void snidle(int state) {
 			 */
 			set_led_bits(0, LED_CPU_ACTIVITY);
 		}
-
-#ifdef CONFIG_IA64_SGI_SN_SIM
-		if (IS_RUNNING_ON_SIMULATOR())
-			SIMULATOR_SLEEP();
-#endif
 
 		pda->idle_flag = 1;
 	} else {
-- 
Thanks

Jack Steiner (steiner@sgi.com)          651-683-5302
Principal Engineer                      SGI - Silicon Graphics, Inc.



                 reply	other threads:[~2004-10-26 11:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20041026114756.GA12783@sgi.com \
    --to=steiner@sgi.com \
    --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.