~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to arch/s390/kernel/head_kdump.S

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        basr    %r13,0
86
86
0:
87
87
        mvc     0(8,%r0),.Lrestart_psw-0b(%r13) # Setup restart PSW
88
 
        mvc     464(16,%r0),.Lpgm_psw-0b(%r13)  # Setup pgm check PSW
89
 
        lhi     %r1,1                           # Start new kernel
90
 
        diag    %r1,%r1,0x308                   # with diag 308
91
 
 
92
 
.Lno_diag308:                                   # No diag 308
93
88
        sam31                                   # Switch to 31 bit addr mode
94
89
        sr      %r1,%r1                         # Erase register r1
95
90
        sr      %r2,%r2                         # Erase register r2
98
93
.align  8
99
94
.Lrestart_psw:
100
95
        .long   0x00080000,0x80000000 + startup
101
 
.Lpgm_psw:
102
 
        .quad   0x0000000180000000,0x0000000000000000 + .Lno_diag308
103
96
#else
104
97
.align 2
105
98
.Lep_startup_kdump: