Re: [PATCH]: correct format string in dump_tlb

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Dec 18, 2002 at 02:43:37AM +0100, Juan Quintela wrote:

>         if we cast to unsigned it, print it as a long is a no-no :(

Correct but I didn't like your patch ...

> -	printk("page == %08lx\n", (unsigned int) pte_val(page));
> +	printk("page == %08x\n", (unsigned int) pte_val(page));

pte_val() returns unsigned long.  So I applied a different fix.

  Ralf


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux