From: "Yang, Xiaowei" <xiaowei.yang@intel.com>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: [PATCH] reincrease percpu area
Date: Fri, 11 Sep 2009 18:46:05 +0800 [thread overview]
Message-ID: <4AAA2A6D.9080509@intel.com> (raw)
Per-cpu vector code add a lot of percpu data. Together with perfc enabled, one
page size per cpu is not enough any more.
Signed-off-by: Yang Xiaowei <xiaowei.yang@intel.com>
diff -r d2a32e24fe50 xen/include/asm-x86/percpu.h
--- a/xen/include/asm-x86/percpu.h Wed Sep 09 16:39:41 2009 +0100
+++ b/xen/include/asm-x86/percpu.h Fri Sep 11 17:39:57 2009 +0800
@@ -1,7 +1,7 @@
#ifndef __X86_PERCPU_H__
#define __X86_PERCPU_H__
-#define PERCPU_SHIFT 12
+#define PERCPU_SHIFT 13
#define PERCPU_SIZE (1UL << PERCPU_SHIFT)
/* Separate out the type, so (int[3], foo) works. */
Thanks,
Xiaowei
reply other threads:[~2009-09-11 10:46 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=4AAA2A6D.9080509@intel.com \
--to=xiaowei.yang@intel.com \
--cc=xen-devel@lists.xensource.com \
/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.