~ubuntu-branches/ubuntu/wily/linux-ti-omap4/wily

« back to all changes in this revision

Viewing changes to arch/arm/mm/nommu.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
}
58
58
EXPORT_SYMBOL(flush_dcache_page);
59
59
 
 
60
void flush_kernel_dcache_page(struct page *page)
 
61
{
 
62
        __cpuc_flush_dcache_area(page_address(page), PAGE_SIZE);
 
63
}
 
64
EXPORT_SYMBOL(flush_kernel_dcache_page);
 
65
 
60
66
void copy_to_user_page(struct vm_area_struct *vma, struct page *page,
61
67
                       unsigned long uaddr, void *dst, const void *src,
62
68
                       unsigned long len)