Rev 1007 | Rev 1220 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1007 | Rev 1132 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | */ |
27 | */ |
28 | 28 | ||
29 | #include <arch.h> |
29 | #include <arch.h> |
- | 30 | #include <arch/boot/boot.h> |
|
30 | #include <arch/console.h> |
31 | #include <arch/console.h> |
31 | #include <arch/drivers/cuda.h> |
32 | #include <arch/drivers/cuda.h> |
32 | #include <arch/mm/memory_init.h> |
33 | #include <arch/mm/memory_init.h> |
33 | #include <arch/interrupt.h> |
34 | #include <arch/interrupt.h> |
34 | 35 | ||
- | 36 | bootinfo_t bootinfo; |
|
- | 37 | ||
35 | void arch_pre_mm_init(void) |
38 | void arch_pre_mm_init(void) |
36 | { |
39 | { |
37 | /* Initialize dispatch table */ |
40 | /* Initialize dispatch table */ |
38 | interrupt_init(); |
41 | interrupt_init(); |
39 | 42 |