diff mbox series

[1/2] skiboot.lds.S: Remove boot_tracebuf section

Message ID 20181212002114.8576-2-joel@jms.id.au
State Rejected
Headers show
Series Tracing fixes | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success master/apply_patch Successfully applied
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot success Test snowpatch/job/snowpatch-skiboot on branch master

Commit Message

Joel Stanley Dec. 12, 2018, 12:21 a.m. UTC
Back in 2015, commit f2a7a5c23d81 ("Move boot_tracebuf to BSS") moved
the trace buffer from a specially aligned section. This may have been a
bad idea for the users of the skiboot tracing infrastructure, but no one
has complained in the intervening three years.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 skiboot.lds.S | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/skiboot.lds.S b/skiboot.lds.S
index 8d09b40e601c..a1830228cda5 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -145,8 +145,6 @@  SECTIONS
 		. = ALIGN(0x1000);
 		*(.data.memcons);
 		. = ALIGN(0x1000);
-		*(.data.boot_trace);
-		. = ALIGN(0x1000);
 		*(.data*)
 		*(.force.data)
 		*(.toc1)