lkml.org 
[lkml]   [2015]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v8 7/7] x86, mm: Add set_memory_wt() for WT

* Toshi Kani <toshi.kani@hp.com> wrote:

> +int set_pages_array_wt(struct page **pages, int addrinarray)
> +{
> + return _set_pages_array(pages, addrinarray, _PAGE_CACHE_MODE_WT);
> +}
> +EXPORT_SYMBOL(set_pages_array_wt);

So by default we make new APIs EXPORT_SYMBOL_GPL(): we
don't want proprietary modules mucking around with new code
PAT interfaces, we only want modules we can analyze and fix
in detail.

Thanks,

Ingo


\
 
 \ /
  Last update: 2015-02-25 08:41    [W:0.089 / U:0.748 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site