[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100702070001.GA25679@linux-sh.org>
Date: Fri, 2 Jul 2010 16:00:01 +0900
From: Paul Mundt <lethal@...ux-sh.org>
To: Zach Pfeffer <zpfeffer@...eaurora.org>
Cc: Randy Dunlap <randy.dunlap@...cle.COM>, mel@....ul.ie,
andi@...stfloor.org, dwalker@...eaurora.org, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [RFC 1/3] mm: iommu: An API to unify IOMMU, CPU and device memory management
On Thu, Jul 01, 2010 at 12:16:18AM -0700, Zach Pfeffer wrote:
> Thank you for the corrections. I'm correcting them now. Some responses:
>
> Randy Dunlap wrote:
> >> + struct vcm *vcm_create(size_t start_addr, size_t len);
> >
> > Seems odd to use size_t for start_addr.
>
> I used size_t because I wanted to allow the start_addr the same range
> as len. Is there a better type to use? I see 'unsigned long' used
> throughout the mm code. Perhaps that's better for both the start_addr
> and len.
>
phys_addr_t or resource_size_t.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists