Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311138
b: refs/heads/master
c: 6ebb017
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Lunn authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent d45b4e8 commit bd578d0
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: bcc2c9c3fff859e0eb019fe6fec26f9b8eba795c
refs/heads/master: 6ebb017de9d59a18c3ff9648270e8f6abaa93438
4 changes: 2 additions & 2 deletions trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@ static u32 clear_idx;
#define LOG_LINE_MAX 1024

/* record buffer */
#if !defined(CONFIG_64BIT) || defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)
#if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)
#define LOG_ALIGN 4
#else
#define LOG_ALIGN 8
#define LOG_ALIGN __alignof__(struct log)
#endif
#define __LOG_BUF_LEN (1 << CONFIG_LOG_BUF_SHIFT)
static char __log_buf[__LOG_BUF_LEN] __aligned(LOG_ALIGN);
Expand Down

0 comments on commit bd578d0

Please sign in to comment.