All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russ Anderson <rja@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [patch] Add partition id and region size to UV.
Date: Thu, 23 Oct 2008 19:12:00 +0000	[thread overview]
Message-ID: <20081023191200.GA76007@sgi.com> (raw)

Add partition id and region size to UV.

Signed-off-by: Russ Anderson <rja@sgi.com>

---
The SGI xp drivers (drivers/misc/sgi-xp) are used on both
sn (Itanium) and uv (Tukwilla).  Using the same names 
(sn_coherency_id, sn_region_size) simplies the driver code.



 arch/ia64/uv/kernel/setup.c |    5 +++++
 1 file changed, 5 insertions(+)

Index: test/arch/ia64/uv/kernel/setup.c
=================================--- test.orig/arch/ia64/uv/kernel/setup.c	2008-10-20 15:15:48.000000000 -0500
+++ test/arch/ia64/uv/kernel/setup.c	2008-10-23 13:26:29.690059958 -0500
@@ -21,6 +21,11 @@ EXPORT_PER_CPU_SYMBOL_GPL(__uv_hub_info)
 int sn_prom_type;
 #endif
 
+long sn_partition_id;
+EXPORT_SYMBOL(sn_partition_id);
+long sn_region_size;
+EXPORT_SYMBOL(sn_region_size);
+
 struct redir_addr {
 	unsigned long redirect;
 	unsigned long alias;
-- 
Russ Anderson, OS RAS/Partitioning Project Lead  
SGI - Silicon Graphics Inc          rja@sgi.com

                 reply	other threads:[~2008-10-23 19:12 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=20081023191200.GA76007@sgi.com \
    --to=rja@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.