Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334674
b: refs/heads/master
c: aeed41a
h: refs/heads/master
v: v3
  • Loading branch information
Marc Zyngier authored and Catalin Marinas committed Oct 20, 2012
1 parent 9613a2e commit 6d5cf73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f34a1da35aed7b438a2de8ac27723a5472e8399
refs/heads/master: aeed41a9371ee02257b608eb06a9058507a7d0f4
1 change: 0 additions & 1 deletion trunk/arch/arm64/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ generic-y += ipcbuf.h
generic-y += irq_regs.h
generic-y += kdebug.h
generic-y += kmap_types.h
generic-y += linkage.h
generic-y += local.h
generic-y += local64.h
generic-y += mman.h
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/arm64/include/asm/linkage.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H

#define __ALIGN .align 4
#define __ALIGN_STR ".align 4"

#endif

0 comments on commit 6d5cf73

Please sign in to comment.