Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df8f0ec1 authored by Al Stone's avatar Al Stone Committed by Tony Luck
Browse files

[IA64] minor reformatting to vmlinux.lds.S



Minor reformatting to vmlinux.lds.S to make it 80-column usable,
in accordance with Linux coding style.

Signed-off-by: default avatarAl Stone <ahs3@fc.hp.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent ddb4f0df
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -184,7 +184,9 @@ SECTIONS
	  *(.data.gate)
	  __stop_gate_section = .;
	}
  . = ALIGN(PAGE_SIZE);		/* make sure the gate page doesn't expose kernel data */
  . = ALIGN(PAGE_SIZE);		/* make sure the gate page doesn't expose
  				 * kernel data
				 */

  .data.read_mostly : AT(ADDR(.data.read_mostly) - LOAD_OFFSET)
        { *(.data.read_mostly) }
@@ -202,7 +204,9 @@ SECTIONS
		*(.data.percpu)
		__per_cpu_end = .;
	}
  . = __phys_per_cpu_start + PERCPU_PAGE_SIZE;	/* ensure percpu data fits into percpu page size */
  . = __phys_per_cpu_start + PERCPU_PAGE_SIZE;	/* ensure percpu data fits
  						 * into percpu page size
						 */

  data : { } :data
  .data : AT(ADDR(.data) - LOAD_OFFSET)