Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277474
b: refs/heads/master
c: 1affc46
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Ingo Molnar committed Dec 18, 2011
1 parent a517df6 commit e767571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2ac13462b6d242684996e88a07fbed6dec6af622
refs/heads/master: 1affc46cffad9f2bc7c9ffec85726446903a58f9
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/mc146818rtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ static inline unsigned char current_lock_cmos_reg(void)
#else
#define lock_cmos_prefix(reg) do {} while (0)
#define lock_cmos_suffix(reg) do {} while (0)
#define lock_cmos(reg)
#define unlock_cmos()
#define lock_cmos(reg) do { } while (0)
#define unlock_cmos() do { } while (0)
#define do_i_have_lock_cmos() 0
#define current_lock_cmos_reg() 0
#endif
Expand Down

0 comments on commit e767571

Please sign in to comment.