libbsp/i386/shared: Fix warnings

This commit is contained in:
Joel Sherrill
2014-10-13 19:08:14 -05:00
parent 2f3f206a54
commit 1ecb21d8f4
4 changed files with 20 additions and 30 deletions

View File

@@ -1,7 +1,8 @@
/* irq.c
*
/*
* This file contains the implementation of the function described in irq.h
*
*/
/*
* Copyright (C) 1998 valette@crf.canon.fr
*
* COPYRIGHT (c) 1989-2011.
@@ -19,6 +20,8 @@
#include <rtems/score/cpu.h>
#include <rtems/score/percpu.h>
#include <bsp.h> /* to establish dependency on prototype */
#ifndef CPU_STACK_ALIGNMENT
#error "Missing header? CPU_STACK_ALIGNMENT is not defined here"
#endif