hugetlb.h (688d794c4c3f8b08c814381ee2edd3ede5856056) | hugetlb.h (106c992a5ebef28193cf5958e49ceff5e4aebb04) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 2008, 2009 Cavium Networks, Inc. 7 */ 8 9#ifndef __ASM_HUGETLB_H 10#define __ASM_HUGETLB_H 11 12#include <asm/page.h> | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 2008, 2009 Cavium Networks, Inc. 7 */ 8 9#ifndef __ASM_HUGETLB_H 10#define __ASM_HUGETLB_H 11 12#include <asm/page.h> |
13#include <asm-generic/hugetlb.h> |
|
13 14 15static inline int is_hugepage_only_range(struct mm_struct *mm, 16 unsigned long addr, 17 unsigned long len) 18{ 19 return 0; 20} --- 109 unchanged lines hidden --- | 14 15 16static inline int is_hugepage_only_range(struct mm_struct *mm, 17 unsigned long addr, 18 unsigned long len) 19{ 20 return 0; 21} --- 109 unchanged lines hidden --- |