xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: vijay.kilari@gmail.com
To: Ian.Campbell@citrix.com, julien.grall@linaro.org,
	stefano.stabellini@eu.citrix.com, stefano.stabellini@citrix.com,
	xen-devel@lists.xen.org
Cc: Prasun.Kapoor@caviumnetworks.com,
	Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>,
	vijay.kilari@gmail.com
Subject: [PATCH v2 3/3] xen/arm: remove unused VADDR_BITS and VADDR_MASK macros
Date: Tue, 27 May 2014 12:16:46 +0530	[thread overview]
Message-ID: <1401173206-4634-4-git-send-email-vijay.kilari@gmail.com> (raw)
In-Reply-To: <1401173206-4634-1-git-send-email-vijay.kilari@gmail.com>

From: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>

Remove unused VADDR_BITS and VADDR_MASK macros

Signed-off-by: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>
---
 xen/include/asm-arm/page.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/xen/include/asm-arm/page.h b/xen/include/asm-arm/page.h
index 31c08b4..e0854c9 100644
--- a/xen/include/asm-arm/page.h
+++ b/xen/include/asm-arm/page.h
@@ -13,9 +13,6 @@
 #endif
 #define PADDR_MASK              ((1ULL << PADDR_BITS)-1)
 
-#define VADDR_BITS              32
-#define VADDR_MASK              (~0UL)
-
 /* Shareability values for the LPAE entries */
 #define LPAE_SH_NON_SHAREABLE 0x0
 #define LPAE_SH_UNPREDICTALE  0x1
-- 
1.7.9.5

  parent reply	other threads:[~2014-05-27  6:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-27  6:46 [PATCH v2 0/3] xen/arm: Add stage 2 48-bit PA support vijay.kilari
2014-05-27  6:46 ` [PATCH v2 1/3] xen/arm: Add 4-level page table for stage 2 translation vijay.kilari
2014-05-28 14:29   ` Ian Campbell
2014-07-15 13:47   ` Ian Campbell
2014-07-16 11:42     ` Vijay Kilari
2014-07-16 12:35       ` Ian Campbell
2014-07-16 13:53         ` Vijay Kilari
2014-05-27  6:46 ` [PATCH v2 2/3] xen/arm: update page table walk to handle 4 level page table vijay.kilari
2014-05-28 14:14   ` Ian Campbell
2014-05-27  6:46 ` vijay.kilari [this message]
2014-05-28 14:15   ` [PATCH v2 3/3] xen/arm: remove unused VADDR_BITS and VADDR_MASK macros Ian Campbell

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=1401173206-4634-4-git-send-email-vijay.kilari@gmail.com \
    --to=vijay.kilari@gmail.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=Prasun.Kapoor@caviumnetworks.com \
    --cc=Vijaya.Kumar@caviumnetworks.com \
    --cc=julien.grall@linaro.org \
    --cc=stefano.stabellini@citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xen.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).