public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h??
@ 2000-09-01 21:00 Pat O'Rourke
  2000-09-02 14:26 ` [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h? Pat O'Rourke
  2000-09-06 21:45 ` [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h?? David Mosberger
  0 siblings, 2 replies; 3+ messages in thread
From: Pat O'Rourke @ 2000-09-01 21:00 UTC (permalink / raw)
  To: linux-ia64

It seems that the definition of STOPS, SAVE_MIN_WITH_COVER,
SAVE_MIN_WITH_COVER_R19 and SAVE_MIN are duplicated at the end
of arch/ia64/kernel/minstate.h.  Is this a typo, or am I missing
something?

Here's a patch (based on 2.4.0-test7) which removes the duplicates
if it's an error.

Pat

-- 
Patrick O'Rourke
orourke@missioncriticallinux.com

--- minstate.h	Thu Jun 22 10:09:44 2000
+++ /homes/orourke/minstate.h	Fri Sep  1 16:37:47 2000
@@ -192,13 +192,3 @@
 #define SAVE_MIN_WITH_COVER	DO_SAVE_MIN(cover;; mov rCRIFS=cr.ifs,) STOPS
 #define SAVE_MIN_WITH_COVER_R19	DO_SAVE_MIN(cover;; mov rCRIFS=cr.ifs, mov 
r15=r19) STOPS
 #define SAVE_MIN		DO_SAVE_MIN(mov rCRIFS=r0,) STOPS
-
-#ifdef CONFIG_ITANIUM_ASTEP_SPECIFIC
-# define STOPS	nop.i 0x0;; nop.i 0x0;; nop.i 0x0;;
-#else
-# define STOPS
-#endif
-
-#define SAVE_MIN_WITH_COVER	DO_SAVE_MIN(cover;; mov rCRIFS=cr.ifs,) STOPS
-#define SAVE_MIN_WITH_COVER_R19	DO_SAVE_MIN(cover;; mov rCRIFS=cr.ifs, mov 
r15=r19) STOPS
-#define SAVE_MIN		DO_SAVE_MIN(mov rCRIFS=r0,) STOPS





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h?
  2000-09-01 21:00 [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h?? Pat O'Rourke
@ 2000-09-02 14:26 ` Pat O'Rourke
  2000-09-06 21:45 ` [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h?? David Mosberger
  1 sibling, 0 replies; 3+ messages in thread
From: Pat O'Rourke @ 2000-09-02 14:26 UTC (permalink / raw)
  To: linux-ia64

It seems the definition of STOPS, SAVE_MIN_WITH_COVER, SAVE_MIN_WITH_COVER_R19
and SAVE_MIN are duplicated at the end of arch/ia64/kernel/minstate.h.  Is this
a typo, or am I missing something?

Here's a patch (based on 2.4.0-test7) which removes the duplicates if it's an
error.

Pat

-- 
Patrick O'Rourke
orourke@missioncriticallinux.com

--- minstate.h	Thu Jun 22 10:09:44 2000
+++ /homes/orourke/minstate.h	Fri Sep  1 16:37:47 2000
@@ -192,13 +192,3 @@
 #define SAVE_MIN_WITH_COVER	DO_SAVE_MIN(cover;; mov rCRIFS=cr.ifs,) STOPS
 #define SAVE_MIN_WITH_COVER_R19	DO_SAVE_MIN(cover;; mov rCRIFS=cr.ifs, mov 
r15=r19) STOPS
 #define SAVE_MIN		DO_SAVE_MIN(mov rCRIFS=r0,) STOPS
-
-#ifdef CONFIG_ITANIUM_ASTEP_SPECIFIC
-# define STOPS	nop.i 0x0;; nop.i 0x0;; nop.i 0x0;;
-#else
-# define STOPS
-#endif
-
-#define SAVE_MIN_WITH_COVER	DO_SAVE_MIN(cover;; mov rCRIFS=cr.ifs,) STOPS
-#define SAVE_MIN_WITH_COVER_R19	DO_SAVE_MIN(cover;; mov rCRIFS=cr.ifs, mov 
r15=r19) STOPS
-#define SAVE_MIN		DO_SAVE_MIN(mov rCRIFS=r0,) STOPS





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h??
  2000-09-01 21:00 [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h?? Pat O'Rourke
  2000-09-02 14:26 ` [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h? Pat O'Rourke
@ 2000-09-06 21:45 ` David Mosberger
  1 sibling, 0 replies; 3+ messages in thread
From: David Mosberger @ 2000-09-06 21:45 UTC (permalink / raw)
  To: linux-ia64

>>>>> On Fri, 01 Sep 2000 17:00:36 -0400, "Pat O'Rourke" <orourke@mclinux.com> said:

  Pat> It seems that the definition of STOPS, SAVE_MIN_WITH_COVER,
  Pat> SAVE_MIN_WITH_COVER_R19 and SAVE_MIN are duplicated at the end
  Pat> of arch/ia64/kernel/minstate.h.  Is this a typo, or am I
  Pat> missing something?

Typo.  Thanks for catching it.

	--david


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-09-06 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-01 21:00 [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h?? Pat O'Rourke
2000-09-02 14:26 ` [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h? Pat O'Rourke
2000-09-06 21:45 ` [Linux-ia64] [PATCH] duplicate #define's in arch/ia64/kernel/minstate.h?? David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox