Changeset 2a003d5b in mainline for arch/ia64/src/mm/page.c


Ignore:
Timestamp:
2006-01-26T14:13:50Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c2b95d3
Parents:
4a2f4bb
Message:

Page hash table modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/mm/page.c

    r4a2f4bb r2a003d5b  
    3434#include <config.h>
    3535#include <panic.h>
     36#include <arch/asm.h>
    3637
    3738__u64 thash(__u64 va);
     
    141142{
    142143        page_operations = &page_ht_operations;
     144        pk_disable();
    143145        set_VHPT_environment();
    144146}
Note: See TracChangeset for help on using the changeset viewer.