arch/arm/src/armv7-a: Remove inclusion pg_macros.h for armv7-a since this header file does not exist.

This commit is contained in:
zhangyuan7 2019-03-19 11:13:27 -06:00 committed by Gregory Nutt
parent 3d171340db
commit c59dabe41c
4 changed files with 1 additions and 4 deletions

View File

@ -51,7 +51,6 @@
#include <nuttx/page.h>
#include "pg_macros.h"
#include "up_internal.h"
/****************************************************************************

View File

@ -46,7 +46,6 @@
#include "cp15.h"
#include "sctlr.h"
#include "mmu.h"
#include "pg_macros.h"
#include "chip.h"
#include "up_internal.h"

View File

@ -1,7 +1,7 @@
/****************************************************************************
* arch/arm/src/armv7-a/arm_saveusercontext.S
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Copyright (C) 2013, 2019 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without

View File

@ -47,7 +47,6 @@
#include <nuttx/page.h>
#include "chip.h"
#include "pg_macros.h"
#include "up_internal.h"
#ifdef CONFIG_PAGING