Deleted Added
full compact
ar71xx_machdep.c (187424) ar71xx_machdep.c (187456)
1/*-
2 * Copyright (c) 2009 Oleksandr Tymoshenko
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 38 unchanged lines hidden (view full) ---

47
48#include <machine/clock.h>
49#include <machine/cpu.h>
50#include <machine/hwfunc.h>
51#include <machine/md_var.h>
52#include <machine/trap.h>
53#include <machine/vmparam.h>
54
1/*-
2 * Copyright (c) 2009 Oleksandr Tymoshenko
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 38 unchanged lines hidden (view full) ---

47
48#include <machine/clock.h>
49#include <machine/cpu.h>
50#include <machine/hwfunc.h>
51#include <machine/md_var.h>
52#include <machine/trap.h>
53#include <machine/vmparam.h>
54
55#include <mips/ar71xx/ar71xxreg.h>
55#include <mips/atheros/ar71xxreg.h>
56
57extern int *edata;
58extern int *end;
59
60void
61platform_halt(void)
62{
63

--- 75 unchanged lines hidden ---
56
57extern int *edata;
58extern int *end;
59
60void
61platform_halt(void)
62{
63

--- 75 unchanged lines hidden ---