summaryrefslogtreecommitdiffstats
path: root/examples/code/modules
diff options
context:
space:
mode:
authorNick Lewis <nick@puppetlabs.com>2011-07-21 21:25:21 -0700
committerJacob Helwig <jacob@puppetlabs.com>2011-08-19 14:46:15 -0700
commit66fb5319b419c4145d07b4a217efc13d35e3a5a4 (patch)
tree7e56bee81729a1b92fa84854828b16d171f5a125 /examples/code/modules
parent384302af6dec8c51442f2f29a4c7c555379cd297 (diff)
downloadpuppet-66fb5319b419c4145d07b4a217efc13d35e3a5a4.tar.gz
puppet-66fb5319b419c4145d07b4a217efc13d35e3a5a4.tar.xz
puppet-66fb5319b419c4145d07b4a217efc13d35e3a5a4.zip
Don't use non-1.8.5-compatible methods 'Object#tap' and 'Dir.mktmpdir'
These methods aren't available until Ruby 1.8.6 (Dir.mktmpdir) and Ruby 1.8.7 (Object#tap). Reviewed-By: Jacob Helwig <jacob@puppetlabs.com> (cherry picked from commit 61df3f7c39d74b82e37f48c3519293406036e1e9)
Diffstat (limited to 'examples/code/modules')
0 files changed, 0 insertions, 0 deletions
ref='#n90'>90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
/*
 * sc-ip22.c: Indy cache management functions.
 *
 * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org),
 * derived from r4xx0.c by David S. Miller (dm@engr.sgi.com).
 */
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/mm.h>

#include <asm/bcache.h>
#include <asm/page.h>