Skip to content

Commit

Permalink
powerpc: Fix 32-bit compile: PPC_MEMSTART was undeclared
Browse files Browse the repository at this point in the history
This defines PPC_MEMSTART as 0 because it is still used in a couple
of places in the 32-bit code.

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Nov 14, 2005
1 parent 5be396b commit 493f25e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-powerpc/page_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#define VM_DATA_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS32

#define PPC_MEMSTART 0

#ifndef __ASSEMBLY__
/*
* The basic type of a PTE - 64 bits for those CPUs with > 32 bit
Expand Down

0 comments on commit 493f25e

Please sign in to comment.