Date: Tue, 1 May 2007 18:14:32 GMT From: Bruce M Simpson <bms@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 119108 for review Message-ID: <200705011814.l41IEWx1040509@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119108 Change 119108 by bms@bms_anglepoise on 2007/05/01 18:14:18 whitespace Affected files ... .. //depot/projects/mips2/src/sys/mips/mips/tick.c#6 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/mips/tick.c#6 (text+ko) ==== @@ -1,6 +1,6 @@ /*- - * Copyright (c) 2006 Bruce M. Simpson - * Copyright (c) 2003-2004 Juli Mallett. + * Copyright (c) 2006-2007 Bruce M. Simpson. + * Copyright (c) 2003-2004 Juli Mallett. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -60,13 +60,10 @@ /* * Device methods */ -static int clock_probe(device_t); -static void clock_identify(driver_t *, device_t); -static int clock_attach(device_t); - - - -static unsigned counter_get_timecount(struct timecounter *tc); +static int clock_probe(device_t); +static void clock_identify(driver_t *, device_t); +static int clock_attach(device_t); +static unsigned counter_get_timecount(struct timecounter *tc); static struct timecounter counter_timecounter = { counter_get_timecount, /* get_timecount */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705011814.l41IEWx1040509>