Message ID | 20200227042528.165837-4-amitay@ozlabs.org |
---|---|
State | Superseded |
Headers | show |
Series | Fix handling of attributes for virtual targets | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | warning | Failed to apply on branch master (8b4611b5d8e7e2279fe4aa80c892fcfe10aa398d) |
snowpatch_ozlabs/apply_patch | fail | Failed to apply to any branch |
diff --git a/fake.dts.m4 b/fake.dts.m4 index 3d49bef..8d51482 100644 --- a/fake.dts.m4 +++ b/fake.dts.m4 @@ -54,7 +54,8 @@ dnl define(`dump_processor_pre',`dnl pib { #address-cells = <0x1>; - #size-cells = <0x1>;') + #size-cells = <0x1>; + ATTR2 = "processor$1";') dnl dnl dump_processor_post() @@ -92,7 +93,6 @@ define(`dump_backend',dnl reg = <CONCAT(0x,pib_addr) 0x0>; index = <0x$1>; ATTR1 = <0xc0ffee>; - ATTR2 = "processor$1"; }; };
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- fake.dts.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)