summaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/fb.h
blob: d5e47edf5321249acc1a67ed5a19a6a81c24b4ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _ASM_FB_H_
#define _ASM_FB_H_

#include <linux/fs.h>
#include <asm/page.h>

static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma,
				unsigned long off)
{
	pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE;
}

#endif /* _ASM_FB_H_ */
OpenPOWER on IntegriCloud