Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108278
b: refs/heads/master
c: 430ac5b
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Tony Luck committed Aug 12, 2008
1 parent 559939e commit 1d612c2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 10617bbe84628eb18ab5f723d3ba35005adde143
refs/heads/master: 430ac5ba9c74f236ddd695b1282a889630cb4f91
2 changes: 1 addition & 1 deletion trunk/arch/ia64/include/asm/sal.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ extern struct ia64_sal_desc_ptc *ia64_ptc_domain_info;

extern unsigned short sal_revision; /* supported SAL spec revision */
extern unsigned short sal_version; /* SAL version; OEM dependent */
#define SAL_VERSION_CODE(major, minor) ((BIN2BCD(major) << 8) | BIN2BCD(minor))
#define SAL_VERSION_CODE(major, minor) ((bin2bcd(major) << 8) | bin2bcd(minor))

extern const char *ia64_sal_strerror (long status);
extern void ia64_sal_init (struct ia64_sal_systab *sal_systab);
Expand Down

0 comments on commit 1d612c2

Please sign in to comment.