#!/bin/sh . /lib/functions.sh fix_seama_header() { local kernel_size=$(sed -n 's/mtd[0-9]*: \([0-9a-f]*\).*"kernel".*/\1/p' /proc/mtd) [ "$kernel_size" ] && mtd -c 0x$kernel_size fixseama firmware } board=$(board_name) case "$board" in dir-869-a1) fix_seama_header ;; esac ref='git://git.panaceas.org/xen/xen' title='xen/xen Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-powerpc/shadow.h
blob: e58191a7e92185d897081b731c6ead3d8e12894b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61