summaryrefslogtreecommitdiff
path: root/include/asm-sparc/types.h
AgeCommit message (Collapse)Author
2009-04-28Replace __attribute references with __attribute__Peter Tyser
__attribute__ follows gcc's documented syntax and is generally more common than __attribute. This change is only asthetic and should not affect functionality. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2008-07-10SPARC: Build error fixDaniel Hellstrom
(introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378) This patch makes SPARC targets build again. It is caused by phys_addr_t and phys_size_t being defined in the wrong header file. include/lmb.h need those typedefs to build. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2008-04-08SPARC: Added generic support for SPARC architecture.Daniel Hellstrom
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>