Changeset 76ca3f7 in mainline for kernel/arch/sparc64/include/mm/sun4v
- Timestamp:
- 2010-03-23T20:49:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e417b96
- Parents:
- b48ebd19 (diff), 63f8966 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- kernel/arch/sparc64/include/mm/sun4v
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/mm/sun4v/frame.h
rb48ebd19 r76ca3f7 45 45 #ifndef __ASM__ 46 46 47 #include < arch/types.h>47 #include <typedefs.h> 48 48 49 49 extern uintptr_t last_frame; -
kernel/arch/sparc64/include/mm/sun4v/tlb.h
rb48ebd19 r76ca3f7 48 48 #include <arch/asm.h> 49 49 #include <arch/barrier.h> 50 #include < arch/types.h>50 #include <typedefs.h> 51 51 #include <arch/register.h> 52 52 #include <arch/cpu.h> -
kernel/arch/sparc64/include/mm/sun4v/tsb.h
rb48ebd19 r76ca3f7 53 53 #include <arch/mm/tte.h> 54 54 #include <arch/mm/mmu.h> 55 #include <arch/types.h>56 55 57 56 /** TSB description, used in hypercalls */ -
kernel/arch/sparc64/include/mm/sun4v/tte.h
rb48ebd19 r76ca3f7 50 50 #ifndef __ASM__ 51 51 52 #include < arch/types.h>52 #include <typedefs.h> 53 53 54 54 /** Translation Table Entry - Data. */
Note:
See TracChangeset
for help on using the changeset viewer.
