lkml.org 
[lkml]   [2015]   [Jul]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v3 01/24] mm: enhance region_is_ram() to region_intersects()
    On Thu, Jul 30, 2015 at 12:53:45PM -0400, Dan Williams wrote:
    > diff --git a/include/linux/mm.h b/include/linux/mm.h
    > index 2e872f92dbac..84b05ebedb2d 100644
    > --- a/include/linux/mm.h
    > +++ b/include/linux/mm.h
    > @@ -369,7 +369,14 @@ static inline int put_page_unless_one(struct page *page)
    > }
    >
    > extern int page_is_ram(unsigned long pfn);
    > -extern int region_is_ram(resource_size_t phys_addr, unsigned long size);
    > +
    > +enum {
    > + REGION_INTERSECTS,
    > + REGION_DISJOINT,
    > + REGION_MIXED,
    > +};
    > +

    Can you Kdoc'ify this? Part of the reason for the enum request was this
    could be then documented really well. The helper is documented but here
    you can go into more detail about each region intersection.

    Luis


    \
     
     \ /
      Last update: 2015-07-30 23:01    [W:4.273 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site