Skip to content

Commit

Permalink
alpha: boot: fix build breakage introduced by system.h disintegration
Browse files Browse the repository at this point in the history
Commit ec22120 ("Disintegrate asm/system.h for Alpha") removed the
system.h include from boot/head.S, which puts the PAL_* asm constants
out of scope.

Include <asm/pal.h> so we can get building again.

Signed-off-by: Will Deacon <[email protected]>
Cc: David Rusling <[email protected]>
Cc: David Howells <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
wildea01 authored and torvalds committed Mar 8, 2013
1 parent 15cf17d commit c3d6b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/alpha/boot/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* initial bootloader stuff..
*/

#include <asm/pal.h>

.set noreorder
.globl __start
Expand Down

0 comments on commit c3d6b62

Please sign in to comment.