Commit df786e56 authored by David Mosberger's avatar David Mosberger

ia64: Update defconfig. Add missing include to <asm-ia64/tlb.h>. Fix

	compiler warning in perfmon.c.
parent 40ca4c2d
This diff is collapsed.
...@@ -639,7 +639,7 @@ pfm_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, ...@@ -639,7 +639,7 @@ pfm_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len,
static struct super_block * static struct super_block *
pfmfs_get_sb(struct file_system_type *fs_type, int flags, char *dev_name, void *data) pfmfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data)
{ {
return get_sb_pseudo(fs_type, "pfm:", NULL, PFMFS_MAGIC); return get_sb_pseudo(fs_type, "pfm:", NULL, PFMFS_MAGIC);
} }
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
*/ */
#include <linux/config.h> #include <linux/config.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/swap.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/tlbflush.h> #include <asm/tlbflush.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment