Bug 10153
Summary: | (regression) kernel/timeconst.h bugs with HZ=128 | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Rafael J. Wysocki (rjw) |
Component: | ARM | Assignee: | David Brownell (dbrownell) |
Status: | CLOSED CODE_FIX | ||
Severity: | low | CC: | dbrownell, hpa |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.25-rc | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 9832 | ||
Attachments: |
[PATCH] Add C99-style constructor macros for specific-sized integers
[PATCH] Use U64_C() instead of casts in kernel/time.c |
Description
Rafael J. Wysocki
2008-03-02 14:57:36 UTC
There is no bug here. The original poster is complaining about gcc issuing a warning, but the code is correct. I'm not sure I understand the rationale for this not being called a "bug" ... But even if it's "just" a warninng, that's still a regression. And so it should be fixed. It's not a bug because the code is correct, both on the source and the binary level. Created attachment 15114 [details]
[PATCH] Add C99-style constructor macros for specific-sized integers
Created attachment 15115 [details]
[PATCH] Use U64_C() instead of casts in kernel/time.c
Regressions list annotation: Patch : http://bugzilla.kernel.org/attachment.cgi?id=15114&action=view Patch : http://bugzilla.kernel.org/attachment.cgi?id=15115&action=view |