Changeset 7ee0e2f in mainline for generic/include/mm/frame.h
- Timestamp:
- 2006-06-26T10:18:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f40fe4
- Parents:
- e45f81a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/frame.h
re45f81a r7ee0e2f 59 59 60 60 #define FRAME_KA 0x1 /* skip frames conflicting with user address space */ 61 #define FRAME_PANIC 0x2 /* panic on failure */ 62 #define FRAME_ATOMIC 0x4 /* do not panic and do not sleep on failure */ 63 #define FRAME_NO_RECLAIM 0x8 /* do not start reclaiming when no free memory */ 61 #define FRAME_ATOMIC 0x2 /* do not panic and do not sleep on failure */ 62 #define FRAME_NO_RECLAIM 0x4 /* do not start reclaiming when no free memory */ 64 63 65 64 #define FRAME_OK 0 /* frame_alloc return status */
Note:
See TracChangeset
for help on using the changeset viewer.