Skip to content
Snippets Groups Projects
Commit 3b1e915b authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch b1_8_gate

b=16059
i=johann, shadow

Fixed for ppc64 lack of PAGE_SHIFT defined.
parent 8a73ab01
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,9 @@ struct page {
typedef struct page cfs_page_t;
#ifndef PAGE_SIZE
/* ppc64 defined PAGE_SIZE but without PAGE_SHIFT
*/
#if !defined(PAGE_SHIFT) || !defined(PAGE_SIZE)
/* 4K */
#define CFS_PAGE_SHIFT 12
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment