Re: [PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-27 Thread Balbir Singh
H. Peter Anvin wrote: > Balbir Singh wrote: >> Andreas Schwab wrote: >>> Maxim Uvarov <[EMAIL PROTECTED]> writes: >>> diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c index cbee3a2..73924df 100644 ---

Re: [PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-27 Thread Balbir Singh
H. Peter Anvin wrote: Balbir Singh wrote: Andreas Schwab wrote: Maxim Uvarov [EMAIL PROTECTED] writes: diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c index cbee3a2..73924df 100644 --- a/Documentation/accounting/getdelays.c +++

Re: [PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread H. Peter Anvin
Balbir Singh wrote: > Andreas Schwab wrote: >> Maxim Uvarov <[EMAIL PROTECTED]> writes: >> >>> diff --git a/Documentation/accounting/getdelays.c >>> b/Documentation/accounting/getdelays.c >>> index cbee3a2..73924df 100644 >>> --- a/Documentation/accounting/getdelays.c >>> +++

[PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread Maxim Uvarov
Small fix for documentation. Added (unsigned long long). --- Documentation/accounting/getdelays.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/accounting/getdelays.c

Re: [PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread Mikael Pettersson
On Wed, 26 Sep 2007 17:18:06 +0530, Balbir Singh wrote: > Andreas Schwab wrote: > > Maxim Uvarov <[EMAIL PROTECTED]> writes: > > > >> diff --git a/Documentation/accounting/getdelays.c > >> b/Documentation/accounting/getdelays.c > >> index cbee3a2..73924df 100644 > >> ---

Re: [PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread Balbir Singh
Andreas Schwab wrote: > Maxim Uvarov <[EMAIL PROTECTED]> writes: > >> diff --git a/Documentation/accounting/getdelays.c >> b/Documentation/accounting/getdelays.c >> index cbee3a2..73924df 100644 >> --- a/Documentation/accounting/getdelays.c >> +++ b/Documentation/accounting/getdelays.c >> @@

Re: [PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread Andreas Schwab
Maxim Uvarov <[EMAIL PROTECTED]> writes: > diff --git a/Documentation/accounting/getdelays.c > b/Documentation/accounting/getdelays.c > index cbee3a2..73924df 100644 > --- a/Documentation/accounting/getdelays.c > +++ b/Documentation/accounting/getdelays.c > @@ -208,7 +208,7 @@ void

[PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread Maxim Uvarov
Small fix for documentation. --- Documentation/accounting/getdelays.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c index

[PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread Maxim Uvarov
Small fix for documentation. --- Documentation/accounting/getdelays.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c index

Re: [PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread Andreas Schwab
Maxim Uvarov [EMAIL PROTECTED] writes: diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c index cbee3a2..73924df 100644 --- a/Documentation/accounting/getdelays.c +++ b/Documentation/accounting/getdelays.c @@ -208,7 +208,7 @@ void

Re: [PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread Balbir Singh
Andreas Schwab wrote: Maxim Uvarov [EMAIL PROTECTED] writes: diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c index cbee3a2..73924df 100644 --- a/Documentation/accounting/getdelays.c +++ b/Documentation/accounting/getdelays.c @@ -208,7 +208,7 @@

Re: [PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread Mikael Pettersson
On Wed, 26 Sep 2007 17:18:06 +0530, Balbir Singh wrote: Andreas Schwab wrote: Maxim Uvarov [EMAIL PROTECTED] writes: diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c index cbee3a2..73924df 100644 --- a/Documentation/accounting/getdelays.c

[PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread Maxim Uvarov
Small fix for documentation. Added (unsigned long long). --- Documentation/accounting/getdelays.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/accounting/getdelays.c

Re: [PATCH] Since we have counters in __u64 format we have to print them with %llu macros.

2007-09-26 Thread H. Peter Anvin
Balbir Singh wrote: Andreas Schwab wrote: Maxim Uvarov [EMAIL PROTECTED] writes: diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c index cbee3a2..73924df 100644 --- a/Documentation/accounting/getdelays.c +++ b/Documentation/accounting/getdelays.c @@