Skip to content

Commit

Permalink
Revert "CHROMIUM: Add #line to timeout.c"
Browse files Browse the repository at this point in the history
This reverts commit be13c7e.

Reason for revert: Preprocesor bug fixed (CL:5905711)

Original change's description:
> CHROMIUM: Add #line to timeout.c
>
> Work around coreboot GCC preprocessor bug.
>
> BUG=b:272518464
> TEST=BOARD=glassway; zmake build --coverage $BOARD &&
> ./util/find_non_exec_lines.py build/zephyr/$BOARD/output/zephyr.info
>
> Change-Id: I612179b6f44196b21a7140cfbc1793fbda57efc7
> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5941409
> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
> Reviewed-by: Al Semjonovs <asemjonovs@google.com>
> Tested-by: Jeremy Bettis <jbettis@chromium.org>

BUG=b:272518464

Change-Id: Iba1a1a1c365e3b89edcb7d650fe4fd6761d24782
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5970135
Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: Ting Shen <phoenixshen@chromium.org>
  • Loading branch information
Ting Shen authored and Chromeos LUCI committed Oct 28, 2024
1 parent ff243fd commit 2642c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/timeout.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/

#line 8
#include <zephyr/kernel.h>
#include <zephyr/spinlock.h>
#include <ksched.h>
Expand Down

0 comments on commit 2642c7d

Please sign in to comment.