source: patches/linux-2.6.23.13-alpha_PAGE_SIZE-1.patch @ 35044f1

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 35044f1 was 35044f1, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Update Patch.

  • Property mode set to 100644
File size: 729 bytes
  • include/asm-alpha/page.h

    diff -Naur linux-2.6.23.1.orig/include/asm-alpha/page.h linux-2.6.23.1/include/asm-alpha/page.h
    old new  
    11#ifndef _ALPHA_PAGE_H
    22#define _ALPHA_PAGE_H
    33
     4/* PAGE_SHIFT determines the page size */
     5#define PAGE_SHIFT      13
     6#define PAGE_SIZE       (1UL << PAGE_SHIFT)
     7#define PAGE_MASK       (~(PAGE_SIZE-1))
     8
    49#ifdef __KERNEL__
    510
    611#include <asm/pal.h>
    712
    8 /* PAGE_SHIFT determines the page size */
    9 #define PAGE_SHIFT      13
    10 #define PAGE_SIZE       (1UL << PAGE_SHIFT)
    11 #define PAGE_MASK       (~(PAGE_SIZE-1))
    12 
    1313#ifndef __ASSEMBLY__
    1414
    1515#define STRICT_MM_TYPECHECKS
Note: See TracBrowser for help on using the repository browser.