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

[microblaze-uclinux] RE: [PATCH 24/52] [microblaze] time support



Title: RE: [PATCH 24/52] [microblaze] time support

There's also a pretty stupid one in the tree at git.xilinx.com.

Steve

-----Original Message-----
From: John Williams [mailto:john.williams@xxxxxxxxxxxxx]
Sent: Thu 2/21/2008 6:13 AM
To: monstr@xxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx; Stephen Neuendorffer; microblaze-uclinux@xxxxxxxxxxxxxx
Subject: Re: [PATCH 24/52] [microblaze] time support

Hi Michal,

monstr@xxxxxxxxx wrote:


> --- /dev/null
> +++ b/include/asm-microblaze/delay.h
> @@ -0,0 +1,28 @@
> +/*
> + * include/asm-microblaze/delay.h
> + *

> +
> +static inline void udelay(unsigned long usec)
> +{
> +}

We need a proper udelay implementation.  I've got a semi-reasonable one
in a private branch somewhere, will dig it out and send it to you.

Cheers,

John