Re: [PATCH] pnx8550: fix system timer support

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

 



On Thu, 21 Dec 2006 17:34:39 +0300, Vitaly Wool <vitalywool@xxxxxxxxx> wrote:
> the patch inlined below restores proper time accounting for
> PNX8550-based boards. It also gets rid of #ifdef in the generic code
> which becomes unnecessary then.
...
> Signed-off-by: Vitaly Wool <vwool@xxxxxxxxxxxxx>

This patch obsoletes my patch posted 2 days ago.  Daniel, please
ignore mine and try this.

> --- a/arch/mips/philips/pnx8550/common/time.c
> +++ b/arch/mips/philips/pnx8550/common/time.c
> @@ -29,12 +29,27 @@
>  #include <asm/hardirq.h>
>  #include <asm/div64.h>
>  #include <asm/debug.h>
> +#include <asm/time.h>
>  
>  #include <int.h>
>  #include <cm.h>
>  
>  extern unsigned int mips_hpt_frequency;

Minor comment.  The asm/time.h is already included, isn't it?  And
mips_hpt_frequency is declared in asm/time.h so the "external" line
can be removed.

---
Atsushi Nemoto


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

  Powered by Linux