From: Stefan Roese <ml@stefan-roese.de>
To: linux-mtd@lists.infradead.org
Subject: [PATCH] [MTD] physmap: Add support for 64 bit resources
Date: Fri, 19 Jan 2007 08:40:04 +0100 (MET) [thread overview]
Message-ID: <200701190840.26315.ml@stefan-roese.de> (raw)
[PATCH] [MTD] physmap: Add support for 64 bit resources
This patch adds support for 64 bit resources enabled via the
CONFIG_RESOURCES_64BIT option. Now a 64 bit can be passed to the
physmap driver.
Signed-off-by: Stefan Roese <sr@denx.de>
---
commit ae296c97b72c0dc2d2fc235ceb2a7ad1b18e1e82
tree ffed7ade867181a7aee5bda99f88a33a86cd0396
parent b194c4975c5b34440fb1efda5cb2f27c8e89132a
author Stefan Roese <sr@denx.de> Fri, 19 Jan 2007 08:38:12 +0100
committer Stefan Roese <sr@denx.de> Fri, 19 Jan 2007 08:38:12 +0100
include/linux/mtd/map.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h
index 28d461d..81f3a31 100644
--- a/include/linux/mtd/map.h
+++ b/include/linux/mtd/map.h
@@ -183,7 +183,7 @@ typedef union {
struct map_info {
char *name;
unsigned long size;
- unsigned long phys;
+ resource_size_t phys;
#define NO_XIP (-1UL)
void __iomem *virt;
next reply other threads:[~2007-01-19 7:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-19 7:40 Stefan Roese [this message]
2007-01-19 11:32 ` [PATCH] [MTD] physmap: Add support for 64 bit resources Lennert Buytenhek
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=200701190840.26315.ml@stefan-roese.de \
--to=ml@stefan-roese.de \
--cc=linux-mtd@lists.infradead.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.