Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204697
b: refs/heads/master
c: 51c7fdb
h: refs/heads/master
i:
  204695: 72d96d3
v: v3
  • Loading branch information
Denis Kirjanov authored and Benjamin Herrenschmidt committed Jul 9, 2010
1 parent bf46f8f commit b57c8ea
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: 66953ebef60ffe94650a735b445f1495d989c523
refs/heads/master: 51c7fdba40e741dfe18455b5e4240b70c422bf2e
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/abs_addr.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static inline unsigned long phys_to_abs(unsigned long pa)
* Legacy iSeries Hypervisor calls
*/
#define iseries_hv_addr(virtaddr) \
(0x8000000000000000 | virt_to_abs(virtaddr))
(0x8000000000000000UL | virt_to_abs(virtaddr))

#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_ABS_ADDR_H */

0 comments on commit b57c8ea

Please sign in to comment.