diff options
Diffstat (limited to 'arch/mips/cavium-octeon/executive/cvmx-sysinfo.c')
-rw-r--r-- | arch/mips/cavium-octeon/executive/cvmx-sysinfo.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c b/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c index 8b18a20cc7b3..3d17fac29359 100644 --- a/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c +++ b/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c | |||
@@ -74,26 +74,26 @@ EXPORT_SYMBOL(cvmx_sysinfo_get); | |||
74 | 74 | ||
75 | /** | 75 | /** |
76 | * This function is used in non-simple executive environments (such as | 76 | * This function is used in non-simple executive environments (such as |
77 | * Linux kernel, u-boot, etc.) to configure the minimal fields that | 77 | * Linux kernel, u-boot, etc.) to configure the minimal fields that |
78 | * are required to use simple executive files directly. | 78 | * are required to use simple executive files directly. |
79 | * | 79 | * |
80 | * Locking (if required) must be handled outside of this | 80 | * Locking (if required) must be handled outside of this |
81 | * function | 81 | * function |
82 | * | 82 | * |
83 | * @phy_mem_desc_ptr: | 83 | * @phy_mem_desc_ptr: |
84 | * Pointer to global physical memory descriptor | 84 | * Pointer to global physical memory descriptor |
85 | * (bootmem descriptor) @board_type: Octeon board | 85 | * (bootmem descriptor) @board_type: Octeon board |
86 | * type enumeration | 86 | * type enumeration |
87 | * | 87 | * |
88 | * @board_rev_major: | 88 | * @board_rev_major: |
89 | * Board major revision | 89 | * Board major revision |
90 | * @board_rev_minor: | 90 | * @board_rev_minor: |
91 | * Board minor revision | 91 | * Board minor revision |
92 | * @cpu_clock_hz: | 92 | * @cpu_clock_hz: |
93 | * CPU clock freqency in hertz | 93 | * CPU clock freqency in hertz |
94 | * | 94 | * |
95 | * Returns 0: Failure | 95 | * Returns 0: Failure |
96 | * 1: success | 96 | * 1: success |
97 | */ | 97 | */ |
98 | int cvmx_sysinfo_minimal_initialize(void *phy_mem_desc_ptr, | 98 | int cvmx_sysinfo_minimal_initialize(void *phy_mem_desc_ptr, |
99 | uint16_t board_type, | 99 | uint16_t board_type, |