Changeset 48c1ef9 in mainline for arch/ppc64/include/mm/frame.h


Ignore:
Timestamp:
2006-05-21T20:38:18Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
040542aa
Parents:
bd55bbb
Message:

port ppc32 changes to ppc64 (raw)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc64/include/mm/frame.h

    rbd55bbb r48c1ef9  
    3131
    3232#define FRAME_WIDTH             12      /* 4K */
    33 #define FRAME_SIZE              (1<<FRAME_WIDTH)
     33#define FRAME_SIZE              (1 << FRAME_WIDTH)
    3434
    3535#ifdef KERNEL
    3636#ifndef __ASM__
     37
     38#include <arch/types.h>
     39
     40extern __address last_frame;
    3741
    3842extern void frame_arch_init(void);
Note: See TracChangeset for help on using the changeset viewer.