hv: replace CPU_PAGE_MASK with PAGE_MASK

replace CPU_PAGE_MASK with PAGE_MASK
These two MACROs are duplicated and PAGE_MASK is a more reasonable name.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Shiqing Gao
2018-12-03 09:41:18 +08:00
committed by wenlingz
parent 0f766ca6b8
commit dd43f3ba0a
4 changed files with 4 additions and 6 deletions

View File

@@ -38,9 +38,6 @@
#ifndef CPU_H
#define CPU_H
/* Define page size */
#define CPU_PAGE_MASK 0xFFFFFFFFFFFFF000UL
/* Define CPU stack alignment */
#define CPU_STACK_ALIGN 16UL