lkml.org 
[lkml]   [2009]   [Feb]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 4/7] x86: memtest: adapt log messages

* Andreas Herrmann <andreas.herrmann3@amd.com> wrote:

> +#ifdef CONFIG_X86_64
> + printk(KERN_CONT "\n %010llx - %010llx pattern %016llx",
> + t_start, t_start + t_size, cpu_to_be64(pattern));
> +#else
> + printk(KERN_CONT "\n %010llx - %010llx pattern %08x",
> + t_start, t_start + t_size, cpu_to_be32(pattern));
> +#endif

hm, is there really no cleaner way to do this?

Ingo


\
 
 \ /
  Last update: 2009-02-13 17:55    [W:0.358 / U:0.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site